CB-9192 Updated version and RELEASENOTES.md for release 1.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 2d09f06..f06fc6b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -108,3 +108,7 @@
 * add travis badge
 * Add cross-plugin ios paramedic test running for TravisCI
 * CB-8538 Added package.json file
+
+### 1.0.1 (Jun 17, 2015)
+* CB-9128 cordova-plugin-device documentation translation: cordova-plugin-device
+* Attempts to corrent npm markdown issue
diff --git a/package.json b/package.json
index 011b7af..731f055 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "Cordova Device Plugin",
   "cordova": {
     "id": "cordova-plugin-device",
diff --git a/plugin.xml b/plugin.xml
index d373941..172cff2 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-device"
-    version="1.0.1-dev">
+    version="1.0.1">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index b31c625..bcca190 100644
--- a/tests/plugin.xml
+++ b/tests/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-device-tests"
-    version="1.0.1-dev">
+    version="1.0.1">
     <name>Cordova Device Plugin Tests</name>
     <license>Apache 2.0</license>