You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/05/14 01:58:34 UTC

cordova-plugin-file-transfer git commit: relax engine requirement to allow -dev versions

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 428d791f5 -> 82b089bc9


relax engine requirement to allow -dev versions


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/82b089bc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/82b089bc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/82b089bc

Branch: refs/heads/master
Commit: 82b089bc90de48524baf290ca84841fc44ea8f5c
Parents: 428d791
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed May 13 16:58:23 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed May 13 16:58:23 2015 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/82b089bc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1f194a6..b5a941d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,7 +33,7 @@
     <dependency id="cordova-plugin-file" version=">=2.0.0" />
         
     <engines>
-        <engine name="cordova-wp8" version=">=4.0.0"/>
+        <engine name="cordova-wp8" version=">=4.0"/>
     </engines>
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org