Index: pkg/source_maps/pubspec.yaml |
diff --git a/pkg/source_maps/pubspec.yaml b/pkg/source_maps/pubspec.yaml |
index 0548215b1164660d17422bd09b318a64823bf38e..3ea4979061bdb51a7c1950ed2902de2b34076358 100644 |
--- a/pkg/source_maps/pubspec.yaml |
+++ b/pkg/source_maps/pubspec.yaml |
@@ -1,13 +1,6 @@ |
name: source_maps |
Siggi Cherem (dart-lang)
2014/07/31 22:38:57
nit, remove empty line?
nweiz
2014/08/01 00:39:19
Done.
|
-# Note! This version number is referenced directly in the pub source code in |
-# lib/src/barback.dart. Pub implicitly places a version constraint on |
-# source_maps to ensure users only select a version of source_maps that works |
-# with their current version of pub. |
-# |
-# When the minor version is upgraded, you *must* update that version constraint |
-# in pub to stay in sync with this. |
-version: 0.9.4-dev |
+version: 0.10.0 |
author: Dart Team <misc@dartlang.org> |
description: Library to programmatically manipulate source map files. |
homepage: http://www.dartlang.org |