| Index: pkg/mime/pubspec.yaml
|
| diff --git a/pkg/mime/pubspec.yaml b/pkg/mime/pubspec.yaml
|
| index 0ce9b2ac8a93ad697b6a85647ae6d69474546ef6..b44361b521047e8765bae0ed845bc1cda631d9ad 100644
|
| --- a/pkg/mime/pubspec.yaml
|
| +++ b/pkg/mime/pubspec.yaml
|
| @@ -1,9 +1,9 @@
|
| name: mime
|
| -version: 0.9.0
|
| +version: 0.9.0+1
|
| author: Dart Team <misc@dartlang.org>
|
| description: Helper-package for working with MIME.
|
| homepage: http://www.dartlang.org
|
| -dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
| - sdk: ">=0.8.10+6 <2.0.0"
|
| + sdk: '>=1.0.0 <2.0.0'
|
| +dev_dependencies:
|
| + unittest: '>=0.9.0 <0.11.0'
|
|
|