Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 1c805c33d51c471e45a51c39aff30e4da9d9bf3b..c588a3959e91c1fe83aeac528b2a9d1e3b37096e 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -7,7 +7,7 @@ name: stack_trace |
| # |
| # When the major version is upgraded, you *must* update that version constraint |
| # in pub to stay in sync with this. |
| -version: 1.6.0 |
| +version: 1.6.1-dev |
|
nweiz
2016/02/01 19:56:29
Just make this 1.6.1. I'll cut a release once it l
kevmoo
2016/02/01 22:20:07
Done.
|
| author: "Dart Team <misc@dartlang.org>" |
| homepage: http://github.com/dart-lang/stack_trace |
| description: > |
| @@ -19,4 +19,4 @@ dependencies: |
| dev_dependencies: |
| test: "^0.12.0" |
| environment: |
| - sdk: ">=1.8.0 <2.0.0" |
| + sdk: ">=1.14.0 <2.0.0" |