Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index eb7816c94728081ba3903ac2a8839945605adfec..9ef3b41f987cccf12447630fd6b6a93d93efd48e 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,5 +1,5 @@ |
| name: glob |
| -version: 1.0.5 |
| +version: 1.1.0 |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: https://github.com/dart-lang/glob |
| description: Bash-style filename globbing. |
| @@ -10,3 +10,5 @@ dependencies: |
| dev_dependencies: |
| test: ">=0.12.0 <0.13.0" |
| scheduled_test: ">=0.12.0 <0.13.0" |
| +environment: |
| + sdk: ">=1.12.0 <2.0.0" |