Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index ff2607e90ff63f706ca220d32cee63a6cebebee2..918e77846a41165fc33961f493729a47ab841c10 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,9 +1,9 @@ |
| name: collection |
| -version: 1.4.0 |
| +version: 1.4.1-dev |
| author: Dart Team <misc@dartlang.org> |
| description: Collections and utilities functions and classes related to collections. |
| homepage: https://www.github.com/dart-lang/collection |
| environment: |
| - sdk: '>=1.5.0 <2.0.0' |
| + sdk: '>=1.12.0 <2.0.0' |
| dev_dependencies: |
| test: '^0.12.0' |