| Index: pkg/http/pubspec.yaml
|
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
|
| index e79c971fd7fcd997114f3e825761e7e23363d488..f3cf0c3196ca3d7b96dd1b1910c5279bf559d465 100644
|
| --- a/pkg/http/pubspec.yaml
|
| +++ b/pkg/http/pubspec.yaml
|
| @@ -1,9 +1,10 @@
|
| name: http
|
| -version: 0.10.0
|
| +version: 0.11.0-dev
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://pub.dartlang.org/packages/http
|
| description: A composable, Future-based API for making HTTP requests.
|
| dependencies:
|
| + http_parser: ">=0.0.1 <0.1.0"
|
| path: ">=0.9.0 <2.0.0"
|
| stack_trace: ">=0.9.1 <0.10.0"
|
| dev_dependencies:
|
|
|