diff --git a/package.json b/package.json index 3297748..700641f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device", - "version": "2.2.0-dev", + "version": "3.0.0-dev", "description": "Cordova Device Plugin", "types": "./types/index.d.ts", "cordova": { @@ -38,7 +38,7 @@ "2.1.0": { "cordova-electron": ">=3.0.0" }, - "3.0.0": { + "4.0.0": { "cordova": ">100" } } diff --git a/plugin.xml b/plugin.xml index 14a193a..9e5e44f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device" - version="2.2.0-dev"> + version="3.0.0-dev"> Device Cordova Device Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 603bf01..39e0832 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-tests", - "version": "2.2.0-dev", + "version": "3.0.0-dev", "description": "", "cordova": { "id": "cordova-plugin-device-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index cc60a47..30ba823 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-device-tests" - version="2.2.0-dev"> + version="3.0.0-dev"> Cordova Device Plugin Tests Apache 2.0