CB-9192 Updated version and RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2af8f6a..94e23d1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,3 +24,12 @@
 * CB-8739 added missing license headers
 * Fix XMl parsing broken by superclass refactor (XmlResourceParser->XmlPullParser)
 * CB-8660 remove extra commas from package.json
+
+### 1.1.0 (Jun 17, 2015)
+* CB-9128 cordova-plugin-legacy-whitelist documentation translation: cordova-plugin-legacy-whitelist
+* fix npm md issue
+* Fix compile error introduces by 6a3d2cb3567
+* CB-8739 Updated version and RELEASENOTES.md for release 1.0.0
+* CB-8739 added missing license headers
+* Fix XMl parsing broken by superclass refactor (XmlResourceParser->XmlPullParser)
+* CB-8660 remove extra commas from package.json
diff --git a/package.json b/package.json
index 396e9a9..a714931 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-legacy-whitelist",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Legacy Whitelist Plugin",
   "cordova": {
     "platforms": [
diff --git a/plugin.xml b/plugin.xml
index 229048f..609a6be 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-legacy-whitelist"
-      version="1.0.1-dev">
+      version="1.1.0">
     <name>Legacy Whitelist</name>
     <description>Cordova Legacy Whitelist Plugin</description>
     <license>Apache 2.0</license>