rev to 0.0.3
diff --git a/changelog.md b/changelog.md
index 88d50fc..0009277 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,8 @@
 ## 0.0.3
 
 - Replaced optional positional arguments with named arguments
+- Added code coverage! Thanks to https://github.com/Adracus/dart-coveralls and
+  coveralls.io.
 
 ## 0.0.2
 
diff --git a/pubspec.yaml b/pubspec.yaml
index b2d198a..07ff42c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@
 # BSD-style license that can be found in the LICENSE file.
 
 name: usage
-version: 0.0.3-dev
+version: 0.0.3
 description: A Google Analytics wrapper for both command-line and web apps.
 homepage: https://github.com/dart-lang/usage
 author: Dart Team <misc@dartlang.org>