Updated version and RELEASENOTES.md for release 1.0.3
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 12a7cc6..007962d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
 
 # Release Notes
 
+### 1.0.3 (Apr 15, 2016)
+* CB-10636 Add `JSHint` for plugins
+
 ### 1.0.2 (Feb 09, 2016)
 * [CB-10269](https://issues.apache.org/jira/browse/CB-10269) - Replace cordova exec only when present in wkwebview
 * [CB-10202](https://issues.apache.org/jira/browse/CB-10202) - Add README quirk about WKWebview does not work with the AllowInlineMediaPlayback preference
diff --git a/package.json b/package.json
index d64775f..fc752c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.0.3-dev",
+  "version": "1.0.3",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "scripts": {
diff --git a/plugin.xml b/plugin.xml
index da06044..0254ff9 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.0.3-dev">
+    version="1.0.3">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>