Skip to content

Commit 8685a7a

Browse files
committed
chore: bump version 3.0.1-dev
1 parent da852c3 commit 8685a7a

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-device",
3-
"version": "3.0.0",
3+
"version": "3.0.1-dev",
44
"description": "Cordova Device Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

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-device"
25-
version="3.0.0">
25+
version="3.0.1-dev">
2626
<name>Device</name>
2727
<description>Cordova Device Plugin</description>
2828
<license>Apache 2.0</license>

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-device-tests",
3-
"version": "3.0.0",
3+
"version": "3.0.1-dev",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-device-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-device-tests"
25-
version="3.0.0">
25+
version="3.0.1-dev">
2626
<name>Cordova Device Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)