Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 7062a9921061a70a3f67f35def65b12b6683c4ce..91d752d9701bcca67c3728df62e6f34b5e02eb54 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,9 +1,10 @@ |
| name: async |
| -version: 1.4.0-dev |
| +version: 1.4.0 |
| 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 |
| dev_dependencies: |
| + fake_async: "^0.1.2" |
| stack_trace: "^1.0.0" |
| test: "^0.12.0" |
| environment: |