CB-12519 Updated version and RELEASENOTES.md for release 2.1.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 06fec8d..4bf45c4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 2.1.4 (Feb 28, 2017)
+* fix `vibrateWithPattern`, function doesn't update the pattern variable reference
+* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped` 
+* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0** 
+* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges
+
 ### 2.1.3 (Dec 07, 2016)
 * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 2.1.3
 * [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submitted…"
diff --git a/package.json b/package.json
index 06333c3..ae9abc3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-vibration",
-  "version": "2.1.4-dev",
+  "version": "2.1.4",
   "description": "Cordova Vibration Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 498b1ec..04c798e 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="cordova-plugin-vibration"
-    version="2.1.4-dev">
+    version="2.1.4">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>
@@ -41,7 +41,7 @@
             <feature name="Vibration">
                 <param name="firefoxos-package" value="Vibration" />
             </feature>
-        </config-file>                                         
+        </config-file>
         <js-module src="src/firefoxos/VibrationProxy.js" name="VibrationProxy">
             <runs />
         </js-module>
@@ -108,7 +108,7 @@
             <uses-permission android:name="android.permission.VIBRATE"/>
         </config-file>
     </platform>
-    
+
     <!-- ubuntu -->
     <platform name="ubuntu">
         <header-file src="src/ubuntu/vibration.h" />
@@ -127,7 +127,7 @@
 
 		<framework src="AudioToolbox.framework" weak="true" />
     </platform>
-	
+
     <!-- blackberry10 -->
     <platform name="blackberry10">
         <source-file src="src/blackberry10/index.js" target-dir="Vibration"/>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 1a5155e..485ddd0 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="cordova-plugin-vibration-tests"
-    version="2.1.4-dev">
+    version="2.1.4">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>