Merge pull request #12 from dart-lang/http_version_drop

Widen http version constraint.
diff --git a/pubspec.yaml b/pubspec.yaml
index 0efb23f..5bda6ff 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: package_config
-version: 0.0.2
+version: 0.0.2+1
 description: Support for working with Package Resolution config files.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/package_config
@@ -9,7 +9,7 @@
 
 dependencies:
   charcode: '^1.1.0'
-  http: '^0.11.2'
+  http: '^0.11.0'
   path: '>=1.0.0 <2.0.0'
 
 dev_dependencies: