publish 0.7.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e03747..19618f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
 * [enhancement] Print usage if an invalid argument is provided
 * [enhancement] Improve the output of asynchronous stack traces when an
   unhandled exception is thrown
+* [health] removed doc uploads to firebase
+* [bug] fixed incorrect 'link to Crossdart' links
+* [health] upgraded packages, modified pubspec.lock
 
 ## 0.7.2
 * [bug] do not show '///' in doc output
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 34574c0..352379b 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -35,7 +35,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.7.2';
+const String version = '0.7.3';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 1c84b40..1b98fba 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.7.3-dev
+version: 0.7.3
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc