Skip to content

Commit

Permalink
chore: bump version 3.0.0-dev (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored May 13, 2024
1 parent 3e199bf commit 460a3ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-device",
"version": "2.2.0-dev",
"version": "3.0.0-dev",
"description": "Cordova Device Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"2.1.0": {
"cordova-electron": ">=3.0.0"
},
"3.0.0": {
"4.0.0": {
"cordova": ">100"
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-device"
version="2.2.0-dev">
version="3.0.0-dev">
<name>Device</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-device-tests",
"version": "2.2.0-dev",
"version": "3.0.0-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-device-tests",
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-device-tests"
version="2.2.0-dev">
version="3.0.0-dev">
<name>Cordova Device Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 460a3ad

Please sign in to comment.