From 8f1872cd45e5dc1afe0dc70c26fb5afea7ed6995 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Fri, 15 Dec 2017 17:25:06 -0800 Subject: [PATCH] CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho) --- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) 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 @@ + version="2.0.0"> Battery Cordova Battery Plugin Apache 2.0 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"> Cordova Battery Plugin Tests Apache 2.0