add -dev to version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5c9a3b..443e179 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.1.1
+## 0.1.1-dev
 
 Added `htmlEntryPoint` option to the transformer. This will search that file for
 any script tag whose src is `entryPoint` and rewrite it to point at the
diff --git a/pubspec.yaml b/pubspec.yaml
index d17e0b0..a0350fd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: initialize
-version: 0.1.1
+version: 0.1.1-dev
 author: Polymer.dart Authors <web@dartlang.org>
 description: Generic building blocks for doing static initialization.
 homepage: https://github.com/dart-lang/initialize