You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2022/09/05 21:29:15 UTC

[cordova-plugin-statusbar] branch bump-major created (now c173fdf)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a change to branch bump-major
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git


      at c173fdf  chore: bump plugin to 4.0.0-dev

This branch includes the following new commits:

     new c173fdf  chore: bump plugin to 4.0.0-dev

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-statusbar] 01/01: chore: bump plugin to 4.0.0-dev

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch bump-major
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-statusbar.git

commit c173fdf285190b2c389ec7ca1a9b654c0b3fd66b
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Mon Sep 5 23:29:01 2022 +0200

    chore: bump plugin to 4.0.0-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 4261a78..d89ff4c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "3.0.1-dev",
+  "version": "4.0.0-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-statusbar",
-      "version": "3.0.1-dev",
+      "version": "4.0.0-dev",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^4.0.0"
diff --git a/package.json b/package.json
index 8812b58..4206d0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "3.0.1-dev",
+  "version": "4.0.0-dev",
   "description": "Cordova StatusBar Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index fdb9c5c..1f3a237 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.1-dev">
+    version="4.0.0-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 bf175f5..0f085e1 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar-tests",
-  "version": "3.0.1-dev",
+  "version": "4.0.0-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-statusbar-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index e1781d4..fb87ab3 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.1-dev">
+    version="4.0.0-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