CB-8858 Incremented plugin version.
diff --git a/package.json b/package.json
index 51cc5ee..efe48d4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-orientation",
-  "version": "1.0.0",
+  "version": "1.0.1-dev",
   "description": "Cordova Device Orientation Plugin",
   "cordova": {
     "id": "cordova-plugin-device-orientation",
diff --git a/plugin.xml b/plugin.xml
index 4e94ffc..9e968c4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-orientation"
-    version="1.0.0">
+    version="1.0.1-dev">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c91c81b..2cb02c8 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-orientation-tests"
-    version="1.0.0">
+    version="1.0.1-dev">
     <name>Cordova Device Orientation Plugin Tests</name>
     <license>Apache 2.0</license>