CB-14030 Updated version and RELEASENOTES.md for release 2.0.1 (via coho)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a6d039f..89c195d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
-->
# Release Notes
+### 2.0.1 (April 13, 2018)
+* [CB-14001](https://issues.apache.org/jira/browse/CB-14001): Fix `cordovaDependencies` to allow plugin install
+
### 2.0.0 (Sep 18, 2017)
* [CB-13068](https://issues.apache.org/jira/browse/CB-13068) added info tag for deprecation
* [CB-12726](https://issues.apache.org/jira/browse/CB-12726) Device Motion - SUNSET
diff --git a/package.json b/package.json
index 96d9d98..76874b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-device-motion",
- "version": "2.0.1-dev",
+ "version": "2.0.1",
"description": "[DEPRECATED] Cordova Device Motion Plugin",
"types": "./types/index.d.ts",
"cordova": {
diff --git a/plugin.xml b/plugin.xml
index 36ca437..f98e5d6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-device-motion"
- version="2.0.1-dev">
+ version="2.0.1">
<name>Device Motion</name>
<description>[DEPRECATED] Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index fe99ee4..1966992 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-device-motion-tests"
- version="1.2.7-dev">
+ version="2.0.1">
<name>Cordova Device Motion Plugin Tests</name>
<license>Apache 2.0</license>