This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git
The following commit(s) were added to refs/heads/master by this push: new 851e145 chore: prepare package for 2.2.0-dev (#194) 851e145 is described below commit 851e1458223b2f574ac37b5ee6c82c0098ce1f45 Author: エリス <er...@users.noreply.github.com> AuthorDate: Wed Apr 17 12:39:26 2024 +0900 chore: prepare package for 2.2.0-dev (#194) --- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9c74ff8..3297748 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device", - "version": "2.1.1-dev", + "version": "2.2.0-dev", "description": "Cordova Device Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 8e44b8b..7afdd9f 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.1.1-dev"> + version="2.2.0-dev"> <name>Device</name> <description>Cordova Device Plugin</description> <license>Apache 2.0</license> diff --git a/tests/package.json b/tests/package.json index 78a81b6..603bf01 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-device-tests", - "version": "2.1.1-dev", + "version": "2.2.0-dev", "description": "", "cordova": { "id": "cordova-plugin-device-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 2685e0a..cc60a47 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.1.1-dev"> + version="2.2.0-dev"> <name>Cordova Device Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org