Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index b5da3bc7ba208fd577e929d2383455ee753fef37..86350744d539ca21a539f6130ee8fa4d85553b38 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,9 +1,9 @@ |
name: metatest |
-version: 0.2.0 |
+version: 0.2.0+1 |
author: Dart Team <misc@dartlang.org> |
description: A package for testing Dart test frameworks. |
homepage: https://github.com/dart-lang/metatest |
environment: |
sdk: '>=1.8.0 <2.0.0' |
dependencies: |
- test: '>=0.12.0 <0.13.0' |
+ test: '>=0.12.3+3 <0.13.0' |