You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/06 07:12:57 UTC

git commit: [CB-4752] Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/dev 88055dce4 -> 66ad62f92


[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/dev
Commit: 66ad62f92dd4d87c1fe73f8f27fe42b3f1229c8d
Parents: 88055dc
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Sep 6 00:58:22 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
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>