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-battery-status.git
commit 753df4a2617c398191b6662b0b4ddf962ed9d8bc Author: jcesarmobile <[email protected]> AuthorDate: Wed Apr 26 01:12:35 2023 +0200 chore: bump plugin to 3.0.0-dev --- package-lock.json | 6 +++--- package.json | 4 ++-- plugin.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 645cb36..5f3e501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "cordova-plugin-battery-status", - "version": "2.0.4-dev", + "version": "3.0.0-dev", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-battery-status", - "version": "2.0.4-dev", + "version": "3.0.0-dev", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^3.0.0" }, "engines": { "cordovaDependencies": { - "3.0.0": { + "4.0.0": { "cordova": ">100" } } diff --git a/package.json b/package.json index 43f4154..216da40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-battery-status", - "version": "2.0.4-dev", + "version": "3.0.0-dev", "description": "Cordova Battery Plugin", "types": "./types/index.d.ts", "cordova": { @@ -28,7 +28,7 @@ "license": "Apache-2.0", "engines": { "cordovaDependencies": { - "3.0.0": { + "4.0.0": { "cordova": ">100" } } diff --git a/plugin.xml b/plugin.xml index e2c6c59..0b97991 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-battery-status" - version="2.0.4-dev"> + version="3.0.0-dev"> <name>Battery</name> <description>Cordova Battery Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
