Increment package version to 3.0.2-dev
diff --git a/package-lock.json b/package-lock.json
index c1c94e1..419d132 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1",
+  "version": "3.0.2-dev",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index a95ca5a..4d99a8c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1",
+  "version": "3.0.2-dev",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": "github:apache/cordova-fetch",