chore(release): 2.0.3-dev
diff --git a/package.json b/package.json
index b0be128..1da5d2e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "2.0.2",
+  "version": "2.0.3-dev",
   "description": "Cordova Network Information Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 3880584..b4dcd69 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-network-information"
-      version="2.0.2">
+      version="2.0.3-dev">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index f357ca3..088af17 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information-tests",
-  "version": "2.0.2",
+  "version": "2.0.3-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-network-information-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index af60cb4..6e87d7b 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-network-information-tests"
-    version="2.0.2">
+    version="2.0.3-dev">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>