CB-11832 Updated version and RELEASENOTES.md for release 1.0.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2073d72..b230ee6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,12 @@
 -->
 # Release Notes
 
+### 1.0.4 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 1.0.3 (Mar 09, 2016)
 * [CB-10792](https://issues.apache.org/jira/browse/CB-10792) -Cannot install cordova-plugin-globalization with cordova-windows on Ubuntu
 * [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for plugins
diff --git a/package.json b/package.json
index e275f2d..65e1659 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.4-dev",
+  "version": "1.0.4",
   "description": "Cordova Globalization Plugin",
   "cordova": {
     "id": "cordova-plugin-globalization",
diff --git a/plugin.xml b/plugin.xml
index 412054b..12077e1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-globalization"
-      version="1.0.4-dev">
+      version="1.0.4">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3925525..4a94f0c 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-globalization-tests"
-    version="1.0.4-dev">
+    version="1.0.4">
     <name>Cordova Globalization Plugin Tests</name>
     <license>Apache 2.0</license>