Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index a4a556fb44c72a691197a2ab17589172a5ec8d54..9efca2c3d3384f7db73fb9456479cbdcd62649e5 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: http |
| -version: 0.11.3+1 |
| +version: 0.11.3+2 |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: https://github.com/dart-lang/http |
| description: A composable, Future-based API for making HTTP requests. |
| @@ -10,4 +10,4 @@ dependencies: |
| dev_dependencies: |
| unittest: ">=0.9.0 <0.12.0" |
| environment: |
| - sdk: ">=1.1.0 <2.0.0" |
| + sdk: ">=1.9.0 <2.0.0" |