diff --git a/package-lock.json b/package-lock.json index a46ace5..e3a3aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-device-orientation", - "version": "3.0.0", + "version": "3.0.1-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-device-orientation", - "version": "3.0.0", + "version": "3.0.1-dev", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^3.0.0" diff --git a/package.json b/package.json index 6af8588..9f39103 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation", - "version": "3.0.0", + "version": "3.0.1-dev", "description": "Cordova Device Orientation Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index ef7b452..9e1cf83 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="3.0.1-dev"> Device Orientation Cordova Device Orientation Plugin diff --git a/tests/package.json b/tests/package.json index ead4510..f359786 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-orientation-tests", - "version": "3.0.0", + "version": "3.0.1-dev", "description": "", "cordova": { "id": "cordova-plugin-device-orientation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 9c1d6c7..5701d5e 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="3.0.1-dev"> Cordova Device Orientation Plugin Tests Apache 2.0