[CB-5565] Updated version and RELEASENOTES.md for release 0.4.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5985831..2ef1bfd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -37,3 +37,10 @@
  ### 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.
+
+### 0.4.0 (Dec 4, 2013)
+* CB-5466: Partial revert; we're not ready yet for FS urls
+* add ubuntu platform
+* CB-5466: Minor version bump
+* CB-5466: Update FileTransfer plugin to accept filesystem urls
+* Added amazon-fireos platform. Change to use amazon-fireos as the platform if the user agen string contains 'cordova-amazon-fireos'
diff --git a/plugin.xml b/plugin.xml
index 34371bb..91896f9 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.4.0-dev">
+    version="0.4.0">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>