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

Unified Diff: pubspec.yaml

Issue 1215053004: pkg/pool: remove usage of Chain.track (Closed) Base URL: https://github.com/dart-lang/pool.git@master
Patch Set: Created 5 years, 6 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
« lib/pool.dart ('K') | « lib/pool.dart ('k') | test/pool_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 175c8dc74964942a83f04cabdeff1b8954642603..8e40a4fc5dba65a9409461eb2e95cf71bfa3937e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: pool
-version: 1.1.0
+version: 1.2.0-dev
nweiz 2015/07/01 00:44:35 This should be 1.1.1 or 1.1.1-dev, since it doesn'
kevmoo 2015/07/01 00:46:31 Done - leaving the release until there is somethin
author: Dart Team <misc@dartlang.org>
description: A class for managing a finite pool of resources.
homepage: https://github.com/dart-lang/pool
« lib/pool.dart ('K') | « lib/pool.dart ('k') | test/pool_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698