CB-6877 Updated version and RELEASENOTES.md for release 0.3.9
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c86571d..6bd00f0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -59,3 +59,11 @@
 * CB-6465: Add license headers to Tizen code
 * CB-6460: Update license headers
 * Add NOTICE file
+
+### 0.3.9 (Jun 05, 2014)
+* updated notice file
+* Github close #11
+* Extended vibrateWithPattern to allow for pattern repetition, implemented a complementary cancelVibration function and adapted documentation.
+* Implemented vibrateWithPattern (for android) and adapted documentation.
+* CB-6811 Add license to CONTRIBUTING.md
+* CB-6491 add CONTRIBUTING.md
diff --git a/plugin.xml b/plugin.xml
index 0c70c25..b6aa76f 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.9-dev">
+    version="0.3.9">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>