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/08/19 23:25:27 UTC

[4/5] git commit: reverted name element to be human readable

reverted name element to be human readable


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

Branch: refs/heads/master
Commit: 5594ebdbe8d55f39e66162a56f16c66f6b392b1a
Parents: 4b841d6
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:22:23 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:22:23 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/5594ebdb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d8fc88c..2ebf73b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.core.battery-status"
       version="0.1.0">
-    <name>battery</name>
+    <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,battery</keywords>