Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: pkg/custom_element/pubspec.yaml

Issue 217233002: minor fixes in custom_element so we can publish it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/custom_element/pubspec.yaml
diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml
index 1f1eb8087198fd121bdc4dfc38b7b4d74a6ed16c..b6baadf196b2c44aa7c5a8e3e6bdd8bdb369558b 100644
--- a/pkg/custom_element/pubspec.yaml
+++ b/pkg/custom_element/pubspec.yaml
@@ -1,5 +1,5 @@
name: custom_element
-version: 0.10.0
+version: 0.10.1
author: "Polymer.dart Team <web-ui-dev@dartlang.org>"
homepage: http://www.dartlang.org/
description: >
@@ -8,4 +8,4 @@ description: >
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
environment:
- sdk: ">=1.2.0 <2.0.0"
+ sdk: ">=1.3.0-dev.7.5 <2.0.0"
« pkg/custom_element/lib/custom_element.dart ('K') | « pkg/custom_element/lib/custom_element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698