| Index: pkg/http/pubspec.yaml
|
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
|
| index 75b4e544ea8e269e8b4a87d34de75dd405f04bea..e79c971fd7fcd997114f3e825761e7e23363d488 100644
|
| --- a/pkg/http/pubspec.yaml
|
| +++ b/pkg/http/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: http
|
| -version: 0.10.0-dev
|
| +version: 0.10.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: https://pub.dartlang.org/packages/http
|
| description: A composable, Future-based API for making HTTP requests.
|
| @@ -7,6 +7,6 @@ dependencies:
|
| path: ">=0.9.0 <2.0.0"
|
| stack_trace: ">=0.9.1 <0.10.0"
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| + unittest: ">=0.9.0 <0.11.0"
|
| environment:
|
| sdk: ">=1.1.0 <2.0.0"
|
|
|