| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index a51456a90e8da9b7b4e84f66e704b5621f78a9cb..a8d92af241505d15496c603ff5d583c1dbcfd0a0 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,9 +1,9 @@
|
| name: isolate
|
| -version: 0.2.1-dev
|
| +version: 0.2.2
|
| author: Dart Team <misc@dartlang.org>
|
| description: Utility functions and classes related to the 'dart:isolate' library.
|
| homepage: https://github.com/dart-lang/isolate
|
| environment:
|
| - sdk: '>=1.9.0-dev <2.0.0'
|
| + sdk: '>=1.11.0-dev <2.0.0'
|
| dev_dependencies:
|
| unittest: '>=0.10.0 <0.12.0'
|
|
|