This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/cordova-plugin-file-transfer.git
The following commit(s) were added to refs/heads/master by this push:
new 169877e chore: Increase min file plugin version to 7.0 (#340)
169877e is described below
commit 169877e8e1d07cd0e8221946c09396809e062b8f
Author: Norman Breau <[email protected]>
AuthorDate: Tue Jun 14 16:24:39 2022 -0300
chore: Increase min file plugin version to 7.0 (#340)
---
plugin.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin.xml b/plugin.xml
index ab40e60..dad4d85 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,7 +29,7 @@
<repo>https://github.com/apache/cordova-plugin-file-transfer</repo>
<issue>https://github.com/apache/cordova-plugin-file-transfer/issues</issue>
- <dependency id="cordova-plugin-file" version=">=5.0.0" />
+ <dependency id="cordova-plugin-file" version=">=7.0.0" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]