CB-8959 Updated version and RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a42d5bd..9ac2bd6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -124,3 +124,6 @@
 * CB-8576 Integrate TravisCI
 * CB-8438 cordova-plugin-vibration documentation translation: cordova-plugin-vibration
 * CB-8538 Added package.json file
+
+### 1.1.0 (May 06, 2015)
+* CB-8930: Vibration on **Windows** fails without a helpful error message when vibration functionality is missing from the platform.  This detects such a case and instead fails gracefully that the feature isn't available.  Also supports the **Windows 10** vibration mechanism.
diff --git a/package.json b/package.json
index 2cb3d81..cb50dc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-vibration",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Vibration Plugin",
   "cordova": {
     "id": "cordova-plugin-vibration",
diff --git a/plugin.xml b/plugin.xml
index d1daa00..1d5c217 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="1.0.1-dev">
+    version="1.1.0">
 
     <name>Vibration</name>
     <description>Cordova Vibration Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 5e15997..77c55a7 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="1.0.1-dev">
+    version="1.1.0">
     <name>Cordova Vibration Plugin Tests</name>
     <license>Apache 2.0</license>