CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 84222c2..f5b293d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
# Release Notes
+### 2.0.0 (Dec 15, 2017)
+* [CB-13667](https://issues.apache.org/jira/browse/CB-13667): Remove deprecated platforms
+
### 1.2.5 (Nov 06, 2017)
* [CB-13299](https://issues.apache.org/jira/browse/CB-13299) (CI) Fix **Android** builds
* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) added `eslint` and removed `jshint`
diff --git a/package.json b/package.json
index 73447f3..8aa3dcd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-battery-status",
- "version": "2.0.0-dev",
+ "version": "2.0.0",
"description": "Cordova Battery Plugin",
"types": "./types/index.d.ts",
"cordova": {
diff --git a/plugin.xml b/plugin.xml
index 3c15e77..d0f56f1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-battery-status"
- version="2.0.0-dev">
+ version="2.0.0">
<name>Battery</name>
<description>Cordova Battery Plugin</description>
<license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index b594793..280271b 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-battery-status-tests"
- version="1.2.6-dev">
+ version="2.0.0">
<name>Cordova Battery Plugin Tests</name>
<license>Apache 2.0</license>