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

Unified Diff: pkg/smoke/pubspec.yaml

Issue 180213007: [polymer & pkgs] update pubspecs to prepare for -pre.0 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix mutation_observer pubspec Created 6 years, 10 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
« no previous file with comments | « pkg/polymer_expressions/pubspec.yaml ('k') | pkg/template_binding/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/pubspec.yaml
diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml
index 194a3aadb76e2397d701cdf1e2341ac9c3708b04..5c5d7a85b811cdf3da4cdd7c054dff5819ca5d4a 100644
--- a/pkg/smoke/pubspec.yaml
+++ b/pkg/smoke/pubspec.yaml
@@ -1,5 +1,5 @@
name: smoke
-version: 0.1.0-dev
+version: 0.1.0-pre.0
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: >
A restricted reflective system that uses mirrors at development time, but that
@@ -13,6 +13,6 @@ dependencies:
# application package.
#transformers: [smoke/src/default_transformer]
dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
+ unittest: ">=0.10.0 <0.11.0"
environment:
- sdk: ">=1.1.0-dev.5.0 <2.0.0"
+ sdk: ">=1.2.0 <2.0.0"
« no previous file with comments | « pkg/polymer_expressions/pubspec.yaml ('k') | pkg/template_binding/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698