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/09/27 00:24:02 UTC

[6/7] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.2.3

[CB-4915] Updated version and RELEASENOTES.md for release 0.2.3


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/10840b70
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/10840b70
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/10840b70

Branch: refs/heads/master
Commit: 10840b70509b814bae9109afbe377d4f6f0e432f
Parents: e1007ae
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 16:52:48 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 16:52:48 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/10840b70/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..bf8f401
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,26 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Release Notes
+
+## 0.2.3 (Sept 25, 2013)
+* 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/10840b70/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1a289d8..24e4cb3 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.3-dev">
+      version="0.2.3">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>