This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git
The following commit(s) were added to refs/heads/master by this push:
new faba1bf release(post): bump version to 8.0.1-dev
faba1bf is described below
commit faba1bf0f1479cafe5ed256bc0181fe10768527f
Author: Erisu <[email protected]>
AuthorDate: Mon Jul 10 15:39:04 2023 +0900
release(post): bump version to 8.0.1-dev
---
plugin.xml | 2 +-
tests/package.json | 2 +-
tests/plugin.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugin.xml b/plugin.xml
index a8f3130..a4c55e2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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="8.0.0">
+ version="8.0.1-dev">
<name>File</name>
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index d7e3d52..9821cf9 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-tests",
- "version": "8.0.0",
+ "version": "8.0.1-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-file-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 18e62e5..6eacac7 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -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="8.0.0">
+ version="8.0.1-dev">
<name>Cordova File Plugin Tests</name>
<license>Apache 2.0</license>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]