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 460a3ad  chore: bump version 3.0.0-dev (#197)
460a3ad is described below

commit 460a3ad8833d4933eb677406d212f6c8b66583c6
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue May 14 02:00:24 2024 +0900

    chore: bump version 3.0.0-dev (#197)
---
 package.json       | 4 ++--
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

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">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>
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">
     <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

Reply via email to