You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/16 01:26:52 UTC

[cordova-plugin-battery-status] tag 2.0.0 created (now 8f1872c)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a change to tag 2.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-battery-status.git.


      at 8f1872c  (commit)
This tag includes the following new commits:

     new 8f1872c  CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-plugin-battery-status] 01/01: CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)

Posted by st...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to tag 2.0.0
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-battery-status.git

commit 8f1872cd45e5dc1afe0dc70c26fb5afea7ed6995
Author: Steve Gill <st...@gmail.com>
AuthorDate: Fri Dec 15 17:25:06 2017 -0800

    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 @@
 
 <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>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org