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/15 00:19:50 UTC

git commit: reverted name element to be human readable

Updated Branches:
  refs/heads/dev 8347ee965 -> 57d30ed99


reverted name element to be human readable


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/57d30ed9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/57d30ed9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/57d30ed9

Branch: refs/heads/dev
Commit: 57d30ed99063e188f0e9dddfa086a90ecb2f09aa
Parents: 8347ee9
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:19:51 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:19:51 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/57d30ed9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index df91dd8..60b697f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -6,7 +6,7 @@
     id="org.apache.cordova.core.contacts"
     version="0.1.0">
 
-    <name>contacts</name>
+    <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,contacts</keywords>