CB-14030 Updated version and RELEASENOTES.md for release 2.0.2 (via coho)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1e7aa07..73bafce 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,9 @@
# Release Notes
+### 2.0.2 (Apr 12, 2018)
+* [CB-10645](https://issues.apache.org/jira/browse/CB-10645) The battery status handler doesn't reinitialize on **Android** after `window.location.reload()`. Instead of throwing an error, rather remove the status handler and re-initialize.
+
### 2.0.1 (Dec 27, 2017)
* [CB-13700](https://issues.apache.org/jira/browse/CB-13700) Fix to allow 2.0.0 version install (#62)
diff --git a/package.json b/package.json
index 36f870b..366cbb0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-battery-status",
- "version": "2.0.2-dev",
+ "version": "2.0.2",
"description": "Cordova Battery Plugin",
"types": "./types/index.d.ts",
"cordova": {
diff --git a/plugin.xml b/plugin.xml
index d50d5d7..098fb6a 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.2-dev">
+ version="2.0.2">
<name>Battery</name>
<description>Cordova Battery Plugin</description>
<license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 8847d20..c9c2988 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="2.0.2-dev">
+ version="2.0.2">
<name>Cordova Battery Plugin Tests</name>
<license>Apache 2.0</license>