| Index: pkg/args/pubspec.yaml
|
| diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml
|
| index ce264e18047257fd9092187b7eb9c554c557239a..a5c1a1815a45612fea026ccde2aa723afa0d45b8 100644
|
| --- a/pkg/args/pubspec.yaml
|
| +++ b/pkg/args/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: args
|
| -version: 0.10.0+2
|
| +version: 0.11.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/args
|
| @@ -10,6 +10,6 @@ description: >
|
| dependencies:
|
| collection: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| + unittest: ">=0.9.0 <0.11.0"
|
| environment:
|
| sdk: ">=1.0.0 <2.0.0"
|
|
|