CB-8110 Updated version and RELEASENOTES.md for release 0.3.5
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3f758d1..011053c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -99,3 +99,7 @@
 * 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
+
+### 0.3.5 (Dec 02, 2014)
+* CB-7597 - `Localizable.strings` for Media Capture are in the default template, it should be in the plugin
+* CB-7700 cordova-plugin-media-capture documentation translation: cordova-plugin-media-capture
diff --git a/plugin.xml b/plugin.xml
index c374dd3..5bd5869 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.5-dev">
+      version="0.3.5">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 21762c8..cac3469 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.5-dev">
+    version="0.3.5">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>