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 2013/10/28 23:11:02 UTC

[3/4] git commit: CB-5188:Updated version and RELEASENOTES.md for release 0.2.4

CB-5188:Updated version and RELEASENOTES.md for release 0.2.4


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/d01cff72
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/d01cff72
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/d01cff72

Branch: refs/heads/master
Commit: d01cff72c3778086d132a726766621dc6cf9686f
Parents: f9fbc36
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 25 16:21:44 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 25 16:21:44 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/d01cff72/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index bf8f401..f0b9504 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,3 +24,7 @@
 * CB-4889 bumping&resetting version
 * [CB-4752] Incremented plugin version on dev branch.
 * CB-4889 renaming org.apache.cordova.core.battery-status to org.apache.cordova.battery-status
+
+ ### 0.2.4 (Oct 25, 2013)
+* CB-5128: added repo + issue tag to plugin.xml for battery status plugin
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/d01cff72/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9c2326b..4dbf1b4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.battery-status"
-      version="0.2.4-dev">
+      version="0.2.4">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>