diff --git a/package.json b/package.json index 5e661c4..58cf636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "3.0.0", + "version": "3.0.1-dev", "description": "Cordova Network Information Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 30cec3b..71a4030 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="3.0.1-dev"> Network Information Cordova Network Information Plugin diff --git a/tests/package.json b/tests/package.json index d4990c5..3321fa2 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information-tests", - "version": "3.0.0", + "version": "3.0.1-dev", "description": "", "cordova": { "id": "cordova-plugin-network-information-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 8ecdc0c..6f0c598 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="3.0.1-dev"> Cordova Network Information Plugin Tests Apache 2.0