CB-8429 Updated version and RELEASENOTES.md for release 0.3.13
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5a31127..d0c45fb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -108,3 +108,6 @@
 * CB-7977 Mention `deviceready` in plugin docs
 * CB-7700 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
 * CB-7571 Bump version of nested plugin to match parent plugin
+
+### 0.3.13 (Feb 04, 2015)
+* CB-8243 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
diff --git a/plugin.xml b/plugin.xml
index ac5db18..3a38a12 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.13-dev">
+    version="0.3.13">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 53f6df1..3fe291e 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.vibration.tests"
-    version="0.3.13-dev">
+    version="0.3.13">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>