publish package
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9eaf80c..02d468a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,3 +31,11 @@
 * error if command line argument is not recognized
 * fixed href for property accesssor
 * fixed generation of docs for exported libraries
+
+##0.0.3
+
+* tweaks to margins, fonts and header
+* mobile ui improvements
+* support user defined library mapping, the --url-mapping option
+* warning if library is undocumented
+* fixed linking for parameters 
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index cbc2a3b..b5a885b 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -30,7 +30,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.0.2+3';
+const String version = '0.0.3';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 93e3242..adcadb0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dartdoc
-version: 0.0.2+3
+version: 0.0.3
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc