CB-14030 Updated version and RELEASENOTES.md for release 2.0.1 (via coho)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 65530ff..ab95987 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 2.0.1 (April 13, 2017)
+* [CB-14002](https://issues.apache.org/jira/browse/CB-14002): Fix `cordovaDependencies` to allow plugin install 
+
 ### 2.0.0 (Sep 18, 2017)
 * [CB-13076](https://issues.apache.org/jira/browse/CB-13076) added deprecation notice to info tag
 * [CB-12728](https://issues.apache.org/jira/browse/CB-12728) Device Orientation - SUNSET
diff --git a/package.json b/package.json
index 554f107..3cc5901 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-orientation",
-  "version": "2.0.1-dev",
+  "version": "2.0.1",
   "description": "[DEPRECATED] Cordova Device Orientation Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 60da32e..1967cbd 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-orientation"
-    version="2.0.1-dev">
+    version="2.0.1">
 
     <name>Device Orientation</name>
     <description>[DEPRECATED] Cordova Device Orientation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a1e3a6c..1aaf5ba 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-orientation-tests"
-    version="1.0.9-dev">
+    version="2.0.1">
     <name>Cordova Device Orientation Plugin Tests</name>
     <license>Apache 2.0</license>