| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 29df7fb3e0ea3bd26b5ecce2ac0e1df51d050ab3..927b5f6f5c570c443ca441957e698e0cd95990a3 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,13 +1,13 @@
|
| name: gcloud
|
| -version: 0.2.0+14
|
| +version: 0.2.1
|
| author: Dart Team <misc@dartlang.org>
|
| description: Dart gcloud APIs
|
| homepage: https://github.com/dart-lang/gcloud
|
| environment:
|
| sdk: '>=1.13.0 <2.0.0'
|
| dependencies:
|
| - googleapis: '>=0.2.0 <0.29.0'
|
| - googleapis_beta: '>=0.10.0 <0.28.0'
|
| + googleapis: '>=0.2.0 <0.32.0'
|
| + googleapis_beta: '>=0.10.0 <0.31.0'
|
| http: '>=0.11.0 <0.12.0'
|
| dev_dependencies:
|
| googleapis_auth: '>=0.2.3 <0.3.0'
|
|
|