Skip to content

Commit faba1bf

Browse files
committed
release(post): bump version to 8.0.1-dev
1 parent 14dba8f commit faba1bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file"
24-
version="8.0.0">
24+
version="8.0.1-dev">
2525
<name>File</name>
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>

Diff for: tests/package.json

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

Diff for: tests/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file-tests"
24-
version="8.0.0">
24+
version="8.0.1-dev">
2525

2626
<name>Cordova File Plugin Tests</name>
2727
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)