| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index beb3b048851e1b6c166f994bb12e13573d0fc685..d53151f4a320db372ad8b0d81e3c52958e575885 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: gcloud
|
| -version: 0.2.0+8
|
| +version: 0.2.0+9
|
| author: Dart Team <misc@dartlang.org>
|
| description: Dart gcloud APIs
|
| homepage: https://github.com/dart-lang/gcloud
|
| @@ -7,8 +7,8 @@ environment:
|
| sdk: '>=1.9.1 <2.0.0'
|
| dependencies:
|
| crypto: '>=0.9.0 <0.10.0'
|
| - googleapis: '>=0.2.0 <0.17.0'
|
| - googleapis_beta: '>=0.10.0 <0.20.0'
|
| + googleapis: '>=0.2.0 <0.21.0'
|
| + googleapis_beta: '>=0.10.0 <0.23.0'
|
| http: '>=0.11.0 <0.12.0'
|
| dev_dependencies:
|
| googleapis_auth: '>=0.1.1 <0.3.0'
|
|
|