CB-9192 Updated version and RELEASENOTES.md for release 1.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f551197..197b28e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -120,3 +120,10 @@
 * CB-8438 cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
 * CB-8538 Added package.json file
 * CB-8443 Geolocation tests fail on Windows due to done is called multiple times
+
+### 1.0.1 (Jun 17, 2015)
+* CB-9128 cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
+* fix npm md issue
+* CB-8845 Updated comment why Android tests are currently pended
+* CB-8845 Pended tests for Android
+* Add more install text for legacy versions of cordova tools. This closes #36
diff --git a/package.json b/package.json
index 9cb4812..ae9ab41 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",
diff --git a/plugin.xml b/plugin.xml
index 88412d7..4c0a41d 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-geolocation"
-      version="1.0.1-dev">
+      version="1.0.1">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c9f9353..edeb62e 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-geolocation-tests"
-    version="1.0.1-dev">
+    version="1.0.1">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>