You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/28 23:12:21 UTC

[3/4] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.3.4

[CB-5188] Updated version and RELEASENOTES.md for release 0.3.4


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/2e5e6eaf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/2e5e6eaf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/2e5e6eaf

Branch: refs/heads/master
Commit: 2e5e6eafafbeb66bc67912e9d53a42a8bea788da
Parents: d7db66c
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:49:05 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:49:05 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2e5e6eaf/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f51b327..5985831 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -33,3 +33,7 @@
 * Fix missing headers in Windows 8 Proxy
 * Fix Windows 8 HTMLAnchorElement return host:80 which force Basic Auth Header to replace options Auth Header
 * [CB-4915] Incremented plugin version on dev branch.
+
+ ### 0.3.4 (Oct 28, 2013)
+* CB-5128: added repo + issue tag to plugin.xml for file transfer plugin
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2e5e6eaf/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0451295..114b072 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.file-transfer"
-    version="0.3.4-dev">
+    version="0.3.4">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>