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

Unified Diff: pkg/watcher/pubspec.yaml

Issue 439713008: pkg/watcher: actually flag for release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/watcher/pubspec.yaml
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
index d517e8f6a6a28e014c1a91c3f5e2d799b861b77b..6f96a56a595b233e890aec0a2d755615f77cbdbd 100644
--- a/pkg/watcher/pubspec.yaml
+++ b/pkg/watcher/pubspec.yaml
@@ -1,10 +1,10 @@
name: watcher
-version: 0.9.3-dev
+version: 0.9.3
author: Dart Team <misc@dartlang.org>
homepage: http://www.dartlang.org
description: >
- A file watcher. It monitors for changes to contents of directories and
- notifies you when files have been added, removed, or modified.
+ A file system watcher. It monitors changes to contents of directories and
+ sends notifications when files have been added, removed, or modified.
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698