CB-7244 Updated version and RELEASENOTES.md for release 0.3.10
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6bd00f0..886b937 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -67,3 +67,8 @@
 * Implemented vibrateWithPattern (for android) and adapted documentation.
 * CB-6811 Add license to CONTRIBUTING.md
 * CB-6491 add CONTRIBUTING.md
+
+### 0.3.10 (Aug 06, 2014)
+* ubuntu: Implemented vibrateWithPattern/cancelVibration
+* **FFOS** update VibrationProxy.js
+* CB-6127 Updated translations for docs
diff --git a/plugin.xml b/plugin.xml
index 32c805e..5981274 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration"
-    version="0.3.10-dev">
+    version="0.3.10">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>