Index: pkg/collection/pubspec.yaml |
diff --git a/pkg/collection/pubspec.yaml b/pkg/collection/pubspec.yaml |
index 3d48447973afbd936a206be0ed8c70b841aefe66..9ec80f4520e3686467c207aa8101e5dc0fab15bc 100644 |
--- a/pkg/collection/pubspec.yaml |
+++ b/pkg/collection/pubspec.yaml |
@@ -1,9 +1,9 @@ |
name: collection |
-version: 0.9.4 |
+version: 1.0.0 |
author: Dart Team <misc@dartlang.org> |
description: Collections and utilities functions and classes related to collections. |
homepage: http://www.dartlang.org |
environment: |
- sdk: '>=1.0.0 <2.0.0' |
+ sdk: '>=1.5.0 <2.0.0' |
dev_dependencies: |
unittest: '>=0.9.0 <0.11.0' |