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/09/26 02:42:23 UTC

git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.3.2

Updated Branches:
  refs/heads/dev 2655c12ba -> 2be905fca


[CB-4915] Updated version and RELEASENOTES.md for release 0.3.2


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

Branch: refs/heads/dev
Commit: 2be905fcabe31aabc308dfbc81e100ee6579df52
Parents: 2655c12
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:42:26 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:42:26 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 7 ++++++-
 plugin.xml      | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/2be905fc/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6195996..8e3e721 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,4 +20,9 @@
 -->
 # Release Notes
 
-
+### 0.3.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [windows8] commandProxy was moved
+* CB-4889 updating core references
+* CB-4889 renaming org.apache.cordova.core.file-transfer to org.apache.cordova.file-transfer and updating dependency
+* Rename CHANGELOG.md -> RELEASENOTES.md

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