chore(release): 3.0.3 (version string)
diff --git a/package.json b/package.json
index af454bf..950edd5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "3.0.3-dev",
+  "version": "3.0.3",
   "description": "Cordova Media Capture Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
@@ -17,7 +17,7 @@
     "url": "https://github.com/apache/cordova-plugin-media-capture"
   },
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
+    "url": "https://github.com/apache/cordova-plugin-media-capture/issues"
   },
   "keywords": [
     "cordova",
diff --git a/plugin.xml b/plugin.xml
index 7b4bb87..9fd1af0 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,16 +20,15 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
-xmlns:rim="http://www.blackberry.com/ns/widgets"
            id="cordova-plugin-media-capture"
-      version="3.0.3-dev">
+      version="3.0.3">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,media,capture</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue>
+    <repo>https://github.com/apache/cordova-plugin-media-capture</repo>
+    <issue>https://github.com/apache/cordova-plugin-media-capture/issues</issue>
 
     <engines>
         <engine name="cordova-android" version=">=6.3.0" />
diff --git a/tests/package.json b/tests/package.json
index 2fd61ad..7b41e9a 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture-tests",
-  "version": "1.4.3-dev",
+  "version": "3.0.3",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-media-capture-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c9cc62f..1ae119f 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="cordova-plugin-media-capture-tests"
-    version="3.0.3-dev">
+    version="3.0.3">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>