pkg/watcher: actually flag for release

align package description with recent README updates

TBR

Review URL: https://codereview.chromium.org//439713008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/watcher@38864 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pubspec.yaml b/pubspec.yaml
index d517e8f..6f96a56 100644
--- a/pubspec.yaml
+++ b/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: