This is an automated email from the ASF dual-hosted git repository. normanbreau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-plugin-geolocation.git
The following commit(s) were added to refs/heads/master by this push: new 9a07ff5 chore: bump to 5.0.0-dev (#266) 9a07ff5 is described below commit 9a07ff53453a989b34d3708d787924b4816e32d6 Author: Norman Breau <nor...@nbsolutions.ca> AuthorDate: Thu Sep 14 11:56:11 2023 -0300 chore: bump to 5.0.0-dev (#266) --- package-lock.json | 4 ++-- package.json | 4 ++-- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e080d4..afcfc9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-geolocation", - "version": "4.1.1-dev", + "version": "5.0.0-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-plugin-geolocation", - "version": "4.1.1-dev", + "version": "5.0.0-dev", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^5.0.0" diff --git a/package.json b/package.json index c1baa6d..ab0a7eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-geolocation", - "version": "4.1.1-dev", + "version": "5.0.0-dev", "description": "Cordova Geolocation Plugin", "cordova": { "id": "cordova-plugin-geolocation", @@ -31,7 +31,7 @@ "3.0.0": { "cordova-android": ">=6.3.0" }, - "5.0.0": { + "6.0.0": { "cordova": ">100" } } diff --git a/plugin.xml b/plugin.xml index 8603561..26f8707 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-geolocation" - version="4.1.1-dev"> + version="5.0.0-dev"> <name>Geolocation</name> <description>Cordova Geolocation Plugin</description> diff --git a/tests/package.json b/tests/package.json index 1e74a09..75bb72d 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-geolocation-tests", - "version": "4.1.1-dev", + "version": "5.0.0-dev", "description": "", "cordova": { "id": "cordova-plugin-geolocation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index b6b333f..0261bd7 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-geolocation-tests" - version="4.1.1-dev"> + version="5.0.0-dev"> <name>Cordova Geolocation Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org