This is an automated email from the ASF dual-hosted git repository.
jcesarmobile pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/cordova-plugin-battery-status.git
The following commit(s) were added to refs/heads/master by this push:
new f853f6e chore: bump plugin to 3.0.0-dev (#110)
f853f6e is described below
commit f853f6e75ff3614c9115db3b7f7926c82fc9338c
Author: jcesarmobile <[email protected]>
AuthorDate: Wed Apr 26 01:49:27 2023 +0200
chore: bump plugin to 3.0.0-dev (#110)
---
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]