Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index ad7f62fd6ab87fc5193a1d130162724f206fa5e9..f76e2e164aeaa0a2316b2c1429fa06f1e6d46a62 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,6 +1,8 @@ |
name: gcloud |
-version: 0.0.1-dev |
+version: 0.1.0 |
+author: Dart Team <misc@dartlang.org> |
description: Dart gcloud APIs |
+homepage: http://www.dartlang.org |
environment: |
sdk: '>=1.5.0 <2.0.0' |
dependencies: |
@@ -10,7 +12,7 @@ dependencies: |
http: '>=0.11.0 <0.12.0' |
dev_dependencies: |
http_parser: '>=0.0.2+5 <0.1.0' |
- googleapis_auth: any |
+ googleapis_auth: '>=0.1.1 <0.2.0' |
mime: '>=0.9.0+3 <0.10.0' |
unittest: '>=0.11.0 <0.12.0' |
transformers: |