pushed version back to a reasonable pre 1.0 number
diff --git a/package.json b/package.json
index 5424ac6..19ec7e7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-platform-test",
-  "version": "1.0.1",
+  "version": "0.0.2",
   "description": "Platform that simply stubs the platformAPI for testing and education",
   "create": "src/create",
   "main": "src/Api.js",
diff --git a/src/cordova/version b/src/cordova/version
index c68eec1..ffa9b34 100755
--- a/src/cordova/version
+++ b/src/cordova/version
@@ -17,7 +17,7 @@
        under the License.
 */
 
-var VERSION = "1.0.1-dev";
+var VERSION = "0.0.2";
 
 module.exports.version = VERSION;