Set VERSION to 2.0.2-dev (via coho)
diff --git a/package.json b/package.json
index 76874b9..e3cb71a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "2.0.1",
+  "version": "2.0.2-dev",
   "description": "[DEPRECATED] Cordova Device Motion Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index f98e5d6..1b88b57 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="2.0.1">
+      version="2.0.2-dev">
 
     <name>Device Motion</name>
     <description>[DEPRECATED] Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 1966992..f78abc9 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-device-motion-tests"
-    version="2.0.1">
+    version="2.0.2-dev">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>