Updated version number and SDK version.
diff --git a/pubspec.yaml b/pubspec.yaml index 30d62d5..a2b7aab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -1,9 +1,9 @@ name: isolate -version: 1.1.1-dev +version: 2.0.0 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.21.0 <2.0.0' + sdk: '>=2.0.0-dev.20.0 <2.0.0' dev_dependencies: test: '^0.12.0'