Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 3049abba3acbdbe1960b486de50d3098fb2bd4d9..ffee9ea5a37e68339b582ef37fae197db5ec0471 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,9 +1,9 @@ |
| name: markdown |
| -version: 0.7.2 |
| +version: 0.7.3-dev |
| author: Dart Team <misc@dartlang.org> |
| description: A library for converting markdown to HTML. |
| homepage: https://github.com/dart-lang/markdown |
| environment: |
| sdk: '>=1.0.0 <2.0.0' |
| dev_dependencies: |
| - unittest: '>=0.9.0 <0.12.0' |
| + test: '^0.12.4+1' |
|
nweiz
2015/09/01 20:03:42
If you're using "^" constraints, make the SDK depe
Bob Nystrom
2015/09/01 20:13:36
Done.
|