Updated Branches: refs/heads/master 2e868f197 -> 68ae55651
[CB-4752] Incremented plugin version on dev branch. 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/66ad62f9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/66ad62f9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/66ad62f9 Branch: refs/heads/master Commit: 66ad62f92dd4d87c1fe73f8f27fe42b3f1229c8d Parents: 88055dc Author: Andrew Grieve <[email protected]> Authored: Fri Sep 6 00:58:22 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Sep 6 00:58:22 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/66ad62f9/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9fce0ae..5a686f6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.core.file-transfer" - version="0.3.0"> + version="0.3.1-dev"> <name>File Transfer</name> <description>Cordova File Transfer Plugin</description> <license>Apache 2.0</license>
