Skip to content

Commit

Permalink
chore: bump version to 7.0.0-dev (apache#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored Nov 25, 2020
1 parent a73fc11 commit 12750e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-file",
"version": "6.0.3-dev",
"version": "7.0.0-dev",
"description": "Cordova File Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"5.0.0": {
"cordova-android": ">=6.3.0"
},
"7.0.0": {
"8.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 @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file"
version="6.0.3-dev">
version="7.0.0-dev">
<name>File</name>
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-tests"
version="6.0.3-dev">
version="7.0.0-dev">

<name>Cordova File Plugin Tests</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 12750e8

Please sign in to comment.