Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index e8c30a7841e428322ab491900c0a2279d6678aec..1f454fc3caded0da6979bf71538d1246345eb2ee 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,8 +1,8 @@ |
name: gcloud |
-version: 0.1.0 |
+version: 0.1.1 |
author: Dart Team <misc@dartlang.org> |
description: Dart gcloud APIs |
-homepage: http://www.dartlang.org |
+homepage: https://github.com/dart-lang/gcloud |
environment: |
sdk: '>=1.5.0 <2.0.0' |
dependencies: |
@@ -11,8 +11,8 @@ dependencies: |
googleapis_beta: '>=0.3.0 <0.6.0' |
http: '>=0.11.0 <0.12.0' |
dev_dependencies: |
- http_parser: '>=0.0.2+5 <0.1.0' |
googleapis_auth: '>=0.1.1 <0.3.0' |
+ http_parser: '>=0.0.2+5 <0.1.0' |
mime: '>=0.9.0+3 <0.10.0' |
unittest: '>=0.11.0 <0.12.0' |
transformers: |