publish 0.6.0+1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5ebb71..53b1b26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.6.0+1
+* [bug] fix for getting uri for sources in lib folder
+
 ## 0.6.0
 * [enhancement] / key activates the search bar
 * [bug] combined getter/setter docs were mangled
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 6e70808..fb9a690 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -36,7 +36,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.6.0';
+const String version = '0.6.0+1';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 0ee1979..f931c4f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.6.0
+version: 0.6.0+1
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc