CB-5719 Updated version and RELEASENOTES.md for release 0.3.6
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6500f05..da299e2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -47,3 +47,6 @@
 * add ubuntu platform
 * Added amazon-fireos platform. Change to include amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos'
 * CB-4747 Fixed Blackberry background vibrate
+
+### 0.3.6 (Jan 02, 2014)
+* CB-5658 Add doc/index.md for Vibration plugin
diff --git a/plugin.xml b/plugin.xml
index fa68534..d59f983 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,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.6-dev">
+    version="0.3.6">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>