| Index: pkg/args/pubspec.yaml
|
| diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml
|
| index 0ff36a86e93f77a3c09a82e224e3f5ad8424e522..06e201f993c4fd0126b68dc47204f596e4510836 100644
|
| --- a/pkg/args/pubspec.yaml
|
| +++ b/pkg/args/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: args
|
| -version: 0.9.0
|
| +version: 0.10.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/args
|
| @@ -12,4 +12,4 @@ dependencies:
|
| dev_dependencies:
|
| unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
| - sdk: ">=0.8.10+6 <2.0.0"
|
| + sdk: ">=1.0.0 <2.0.0"
|
|
|