Version rev.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a2d63c..ec557a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.0.1+1
+
+- Fix for when the dart executable can't be found by ``which``.
+
 ## 0.0.1
 
 - Initial version
diff --git a/pubspec.yaml b/pubspec.yaml
index 0beb6cc..80f21e1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: cli_util
-version: 0.0.1
+version: 0.0.1+1
 author: Dart Team <misc@dartlang.org>
 description: A library to help in building Dart command-line apps.
 homepage: https://github.com/dart-lang/cli_util