| Index: pkg/oauth2/pubspec.yaml
|
| diff --git a/pkg/oauth2/pubspec.yaml b/pkg/oauth2/pubspec.yaml
|
| index b0d701d88dda6aa1f1bdb0e55aec0193388e4fad..74ee7710bc2ee76a70e947fd88ea5297344da9f5 100644
|
| --- a/pkg/oauth2/pubspec.yaml
|
| +++ b/pkg/oauth2/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: oauth2
|
| -version: 0.9.0
|
| +version: 0.9.1
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| @@ -7,7 +7,7 @@ description: >
|
| behalf of a user, and making authorized HTTP requests with the user's
|
| OAuth2 credentials. Currently only works with dart:io.
|
| dependencies:
|
| - http: ">=0.9.0 <0.10.0"
|
| + http: ">=0.9.2 <0.10.0"
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
|
|