Skip to content

Commit 460a3ad

Browse files
authored
chore: bump version 3.0.0-dev (#197)
1 parent 3e199bf commit 460a3ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-device",
3-
"version": "2.2.0-dev",
3+
"version": "3.0.0-dev",
44
"description": "Cordova Device Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {
@@ -38,7 +38,7 @@
3838
"2.1.0": {
3939
"cordova-electron": ">=3.0.0"
4040
},
41-
"3.0.0": {
41+
"4.0.0": {
4242
"cordova": ">100"
4343
}
4444
}

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="2.2.0-dev">
25+
version="3.0.0-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": "2.2.0-dev",
3+
"version": "3.0.0-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="2.2.0-dev">
25+
version="3.0.0-dev">
2626
<name>Cordova Device Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)