| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index bedc1e323e2b5304cb994e636951e266a6b6a189..31c0b5062ff591970458012fab980e5a75ffdb94 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: oauth2
|
| -version: 0.9.3
|
| +version: 0.9.4-dev
|
| author: Dart Team <misc@dartlang.org>
|
| homepage: http://github.com/dart-lang/oauth2
|
| description: >
|
| @@ -12,4 +12,4 @@ dependencies:
|
| http: '>=0.11.0 <0.12.0'
|
| http_parser: '>=0.0.0 <0.1.0'
|
| dev_dependencies:
|
| - unittest: '>=0.9.0 <0.11.0'
|
| + test: '>=0.12.0 <0.13.0'
|
|
|