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

Unified Diff: pubspec.yaml

Issue 1022963002: pkg/csslib: fixes for args (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: nits Created 5 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
« no previous file with comments | « lib/src/options.dart ('k') | test/big_1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index b16843233b377ccb05505ed91db6a11a6edf11a3..5ef264aa08b0ea5471a2b44d3dbd862811dc3749 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,15 +1,15 @@
name: csslib
-version: 0.11.1-dev
+version: 0.12.0
author: Polymer.dart Team <web-ui-dev@dartlang.org>
description: A library for parsing CSS.
homepage: https://github.com/dart-lang/csslib
environment:
sdk: '>=1.1.0 <2.0.0'
dependencies:
- args: '>=0.9.0 <0.13.0'
+ args: '>=0.9.0 <0.14.0'
logging: '>=0.9.0 <0.10.0'
path: '>=0.9.0 <2.0.0'
source_span: '>=1.0.0 <2.0.0'
dev_dependencies:
- browser: '>=0.9.0 <0.10.0'
- unittest: '>=0.9.0 <0.10.0'
+ browser: '>=0.9.0 <0.11.0'
+ unittest: '>=0.9.0 <0.12.0'
« no previous file with comments | « lib/src/options.dart ('k') | test/big_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698