CB-11832 Updated version and RELEASENOTES.md for release 1.1.3
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index cf8f6f9..0971307 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,12 +20,18 @@
 -->
 # Release Notes
 
+### 1.1.3 (Sep 08, 2016)
+* [CB-9071](https://issues.apache.org/jira/browse/CB-9071) Update test framework plugin to use Jasmine 2.4.1
+* Add pull request template.
+* [CB-11124](https://issues.apache.org/jira/browse/CB-11124) Fixing cordova-ios build failure due to unnecessary post calls to couchdb and adding handlers to xhr call
+* Add spec started/completed log
+
 ### 1.1.2 (Apr 15, 2016)
-* CB-10876 Enable inertia scrolling in test framework
-* CB-10636 Add `JSHint` for plugins
+* [CB-10876](https://issues.apache.org/jira/browse/CB-10876) Enable inertia scrolling in test framework
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
 
 ### 1.1.1 (Jan 15, 2016)
-* CB-10318 Do not wrap test title
+* [CB-10318](https://issues.apache.org/jira/browse/CB-10318) Do not wrap test title
 
 ### 1.1.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
diff --git a/package.json b/package.json
index 8d405ea..12ca95d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-test-framework",
-  "version": "1.1.3-dev",
+  "version": "1.1.3",
   "description": "Cordova Test Framework Plugin",
   "cordova": {
     "id": "cordova-plugin-test-framework",
diff --git a/plugin.xml b/plugin.xml
index 7cea632..31829c4 100644
--- a/plugin.xml
+++ b/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-test-framework"
-    version="1.1.3-dev">
+    version="1.1.3">
     <name>Test Framework</name>
     <description>Cordova Test Framework Plugin</description>
     <license>Apache 2.0</license>