| Index: pkg/mock/pubspec.yaml
|
| diff --git a/pkg/mock/pubspec.yaml b/pkg/mock/pubspec.yaml
|
| index ba2c56f1050bfbe34e54878bfafe44df92e16c9f..99eb89531f67493eb8663450d1cdd600db488484 100644
|
| --- a/pkg/mock/pubspec.yaml
|
| +++ b/pkg/mock/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: mock
|
| -version: 0.11.0
|
| +version: 0.11.0+1
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for mocking classes
|
| homepage: http://www.dartlang.org
|
| @@ -9,4 +9,4 @@ documentation: http://api.dartlang.org/docs/pkg/mock
|
| dependencies:
|
| matcher: '>=0.10.0 <0.11.0'
|
| dev_dependencies:
|
| - unittest: '>=0.10.0 <0.11.0'
|
| + unittest: '>=0.10.0 <0.12.0'
|
|
|