diff --git a/package.json b/package.json index 3439540d..3aff6394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device", - "version": "2.0.2", + "version": "2.0.3-dev", "description": "Cordova Device Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 7f600241..b03dafbf 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.0.2"> + version="2.0.3-dev"> Device Cordova Device Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index afb700bc..e0cac0bf 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.0.2"> + version="2.0.3-dev"> Cordova Device Plugin Tests Apache 2.0