You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/04/11 02:01:03 UTC

[cordova-plugin-device] branch master updated: Increment package version to 2.1.1-dev

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 a0c12d7  Increment package version to 2.1.1-dev
a0c12d7 is described below

commit a0c12d7f778f6417eca1ba239ee849c835c281e5
Author: Erisu <er...@apache.org>
AuthorDate: Mon Apr 11 11:00:39 2022 +0900

    Increment package version to 2.1.1-dev
---
 package-lock.json  | 4 ++--
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 650efea..76909ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-device",
-  "version": "2.1.0",
+  "version": "2.1.1-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-device",
-      "version": "2.1.0",
+      "version": "2.1.1-dev",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^3.0.0"
diff --git a/package.json b/package.json
index 0c34f81..840a183 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device",
-  "version": "2.1.0",
+  "version": "2.1.1-dev",
   "description": "Cordova Device Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 8f455d1..8e44b8b 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.0">
+    version="2.1.1-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 777bb2a..78a81b6 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-tests",
-  "version": "2.1.0",
+  "version": "2.1.1-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-device-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 2a65382..2685e0a 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.0">
+    version="2.1.1-dev">
     <name>Cordova Device Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org