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

Unified Diff: pkg/template_binding/pubspec.yaml

Issue 423233004: Preparing versions to release polymer 0.12.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/template_binding/pubspec.yaml
diff --git a/pkg/template_binding/pubspec.yaml b/pkg/template_binding/pubspec.yaml
index 7195ffcece2ea5175a0ab24b7e2dd61f26ff7ef4..c198a51b5b89e5c78a774411ebe27e4c9250b227 100644
--- a/pkg/template_binding/pubspec.yaml
+++ b/pkg/template_binding/pubspec.yaml
@@ -1,12 +1,12 @@
name: template_binding
-version: 0.12.0-pre.1.dev
+version: 0.12.0
author: Polymer.dart Team <web-ui-dev@dartlang.org>
description: >
Extends the capabilities of the HTML Template Element by enabling it to
create, manage, and remove instances of content bound to data defined in Dart.
homepage: https://www.dartlang.org/polymer-dart/
dependencies:
- observe: ">=0.11.0-dev <0.12.0"
+ observe: ">=0.11.0 <0.12.0"
dev_dependencies:
web_components: ">=0.3.1 <0.4.0"
unittest: ">=0.10.0 <0.11.0"

Powered by Google App Engine
This is Rietveld 408576698