CB-8959 Updated version and RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c82d9a4..de89b99 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -115,3 +115,8 @@
 * CB-8096 Pended recently added spec.12 if accelerometer doesn't exist on the device
 * CB-8096 Pended auto tests if accelerometer doesn't exist on the device
 * CB-8083 Adds test to make sure success callback is called each time
+
+### 1.1.0 (May 06, 2015)
+* CB-8926: The tests module tries to access an undefined global `Accelerometer` on fail callbacks.  This results in another JS error, `ReferenceError: 'Accelerometer' is undefined.`  This change passes through the error message instead of attempting to index into it.
+* CB-8876 Introduced a small timeout between tests
+* CB-8876 Rewrote **wp8** impementation to be more stable
diff --git a/package.json b/package.json
index 4638df7..9a0114c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Device Motion Plugin",
   "cordova": {
     "id": "cordova-plugin-device-motion",
diff --git a/plugin.xml b/plugin.xml
index b16a45d..ad8c12b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.0.1-dev">
+      version="1.1.0">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 7b80b55..e8881fe 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-device-motion-tests"
-    version="1.0.1-dev">
+    version="1.1.0">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>