Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 835129acc2909684d648ecbc0a6348518342795d..7c00ed3fa79c753c936235e6df82529b1d66d72d 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -1,12 +1,12 @@ |
name: path |
-version: 1.3.5 |
+version: 1.3.5+1 |
nweiz
2015/05/13 18:06:30
Don't use +1 for post-1.0.0 versions.
|
author: Dart Team <misc@dartlang.org> |
description: > |
A string-based path manipulation library. All of the path operations you know |
and love, with solid support on both Windows and POSIX (Linux and Mac OS X) |
machines. |
-homepage: http://github.com/dart-lang/path |
+homepage: https://github.com/dart-lang/path |
dev_dependencies: |
- unittest: ">=0.9.0 <0.12.0" |
+ test: ">=0.12.0 <0.13.0" |
nweiz
2015/05/13 18:06:30
Since this is a dev dependency, might as well use
|
environment: |
sdk: ">=1.0.0 <2.0.0" |