Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 2430d752b8e0decb7d560e409a7b9a896730276d..9e64244aadfaa6d688e71d4d1c87e596cee3c35a 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: async |
| -version: 1.9.0 |
| +version: 1.9.1-dev |
| author: Dart Team <misc@dartlang.org> |
| description: Utility functions and classes related to the 'dart:async' library. |
| homepage: https://www.github.com/dart-lang/async |
| @@ -8,4 +8,4 @@ dev_dependencies: |
| stack_trace: "^1.0.0" |
| test: "^0.12.0" |
| environment: |
| - sdk: ">=1.9.0 <2.0.0" |
| + sdk: ">=1.12.0 <2.0.0" |