Updated version and RELEASENOTES.md for release 0.3.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6db3244..3f758d1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -93,3 +93,9 @@
 * added documentation for manual tests
 * CB-6959 Added manual tests
 * CB-6959 Port capture tests to plugin-test-framework
+
+### 0.3.4 (Oct 03, 2014)
+* CB-7453 Adds fallback to m4a audio format when mp3 recording fails.
+* CB-7429 Fixes image capture manual tests on windows
+* CB-7429 Move windows8 and windows Proxies into one file
+* CB-7429 Adds media capture support for windows
diff --git a/plugin.xml b/plugin.xml
index 3e5c169..3b23127 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
            id="org.apache.cordova.media-capture"
-      version="0.3.4-dev">
+      version="0.3.4">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index e9c375f..53ce70b 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="org.apache.cordova.media-capture.tests"
-    version="0.3.4-dev">
+    version="0.3.4">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>