| Index: pkg/args/pubspec.yaml
|
| diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml
|
| index ab3bbdd7d1d4f845ed998916e3485745487a3717..ce264e18047257fd9092187b7eb9c554c557239a 100644
|
| --- a/pkg/args/pubspec.yaml
|
| +++ b/pkg/args/pubspec.yaml
|
| @@ -1,10 +1,10 @@
|
| name: args
|
| -version: 0.10.0+1
|
| +version: 0.10.0+2
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/args
|
| description: >
|
| - Libraries for defining parsers for parsing raw command-line arguments into
|
| + Library for defining parsers for parsing raw command-line arguments into
|
| a set of options and values using GNU and POSIX style options.
|
|
|
| dependencies:
|
|
|