CB-12736 Updated version and RELEASENOTES.md for release 1.1.3 (via coho)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f3dc15e..5e0016e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,12 @@
 
 # Release Notes
 
+### 1.1.3 (Apr 27, 2017)
+* [CB-12696](https://issues.apache.org/jira/browse/CB-12696) (iOS) Fixing some Xcode warnings
+* [CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
+* [CB-12575](https://issues.apache.org/jira/browse/CB-12575) cordova-plugin-wkwebview-engine missing LICENSE file
+* [CB-12519](https://issues.apache.org/jira/browse/CB-12519) added missing license header
+
 ### 1.1.2 (Feb 28, 2017)
 * [CB-12497](https://issues.apache.org/jira/browse/CB-12497) `location.href` links are silently disallowed
 * [CB-12490](https://issues.apache.org/jira/browse/CB-12490) - Updated experimental plugin link
diff --git a/package.json b/package.json
index 7f03b62..499b81b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.1.3-dev",
+  "version": "1.1.3",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "repository": {
diff --git a/plugin.xml b/plugin.xml
index f427068..ba68b7e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -23,7 +23,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-wkwebview-engine"
-    version="1.1.3-dev">
+    version="1.1.3">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4fdc10b..a7474a2 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-wkwebview-engine-tests"
-    version="1.1.3-dev">
+    version="1.1.3">
     <name>cordova-plugin-wkwebview-engine Tests</name>
     <license>Apache 2.0</license>