Skip to content

Commit f954eca

Browse files
committed
chore: 5.0.1-dev
1 parent 8f05b8d commit f954eca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-geolocation",
3-
"version": "5.0.0",
3+
"version": "5.0.1-dev",
44
"description": "Cordova Geolocation Plugin",
55
"cordova": {
66
"id": "cordova-plugin-geolocation",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-geolocation"
25-
version="5.0.0">
25+
version="5.0.1-dev">
2626

2727
<name>Geolocation</name>
2828
<description>Cordova Geolocation Plugin</description>

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-geolocation-tests",
3-
"version": "5.0.0",
3+
"version": "5.0.1-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-geolocation-tests",

tests/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-geolocation-tests"
25-
version="5.0.0">
25+
version="5.0.1-dev">
2626
<name>Cordova Geolocation Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)