CB-13294 Updated version and RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ecc84ee..a6168e0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 # Release Notes
 
-### 2.0.0 (Sep 18, 2017)
+### 1.1.0 (Sep 18, 2017)
 * [CB-13170](https://issues.apache.org/jira/browse/CB-13170) Integrated this plugin into `cordova-ios@4.5.0`. This plugin will not install for `cordova-ios >= 4.5.0`.
 * [CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on `Travis` and `AppVeyor`
 * [CB-13000](https://issues.apache.org/jira/browse/CB-13000) (CI) Speed up **Android** builds
diff --git a/package.json b/package.json
index 874a2a5..c13f06a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-console",
-  "version": "2.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Console Plugin",
   "cordova": {
     "id": "cordova-plugin-console",
diff --git a/plugin.xml b/plugin.xml
index 6ddb6c5..e2d6fc3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-console"
-      version="2.0.1-dev">
+      version="1.1.0">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>