Index: pkg/async_helper/pubspec.yaml |
=================================================================== |
--- pkg/async_helper/pubspec.yaml (revision 29983) |
+++ pkg/async_helper/pubspec.yaml (working copy) |
@@ -1,4 +1,5 @@ |
name: async_helper |
+version: 0.9.0 |
author: "Dart Team <misc@dartlang.org>" |
homepage: http://www.dartlang.org |
description: > |
@@ -7,3 +8,5 @@ |
language tests. |
Third parties are discouraged from using this, and should use |
the facilities provided in the unittest library. |
+environment: |
+ sdk: ">=0.8.10+6 <2.0.0" |