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 2021/12/01 02:56:15 UTC

[cordova-plugin-statusbar] branch master updated: Increment package version to 3.0.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-statusbar.git


The following commit(s) were added to refs/heads/master by this push:
     new 02d4e10  Increment package version to 3.0.1-dev
02d4e10 is described below

commit 02d4e10d8594e0964acde0502dc419ef0fe0a502
Author: Erisu <er...@users.noreply.github.com>
AuthorDate: Wed Dec 1 11:55:54 2021 +0900

    Increment package version to 3.0.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 3a0ea0f..bade3e6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "3.0.0",
+  "version": "3.0.1-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-statusbar",
-      "version": "3.0.0",
+      "version": "3.0.1-dev",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^4.0.0"
diff --git a/package.json b/package.json
index f2f6198..8812b58 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "3.0.0",
+  "version": "3.0.1-dev",
   "description": "Cordova StatusBar Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index f0a7820..fdb9c5c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-statusbar"
-    version="3.0.0">
+    version="3.0.1-dev">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index fb0d585..bf175f5 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar-tests",
-  "version": "3.0.0",
+  "version": "3.0.1-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-statusbar-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a2772e6..e1781d4 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-statusbar-tests"
-    version="3.0.0">
+    version="3.0.1-dev">
     <name>Cordova StatusBar 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