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/01/23 22:42:48 UTC

git commit: added Cordova-Client support

Updated Branches:
  refs/heads/master 77258c94f -> 894d54d1b


added Cordova-Client support


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/894d54d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/894d54d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/894d54d1

Branch: refs/heads/master
Commit: 894d54d1b5caf0e6e697a15f6cef9f9709c44568
Parents: 77258c9
Author: steven gill <st...@apache.org>
Authored: Wed Jan 23 13:42:30 2013 -0800
Committer: steven gill <st...@apache.org>
Committed: Wed Jan 23 13:42:30 2013 -0800

----------------------------------------------------------------------
 coho |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/894d54d1/coho
----------------------------------------------------------------------
diff --git a/coho b/coho
index fa05d61..307b237 100755
--- a/coho
+++ b/coho
@@ -23,7 +23,7 @@ if (!COMMAND) {
 }
 VERSION = process.argv[3]
 if (!VERSION){
-    VERSION = '2.3.0';
+    VERSION = '2.4.0';
 }
 OLDVER         = process.argv[4]
 
@@ -58,7 +58,8 @@ var platformDict = {
   "Docs":['https://git-wip-us.apache.org/repos/asf/cordova-docs.git', 'cordova-docs'],
   "MobileSpec":['https://git-wip-us.apache.org/repos/asf/cordova-mobile-spec.git', 'cordova-mobile-spec'],
   "CordovaJS":['https://git-wip-us.apache.org/repos/asf/cordova-js.git', 'cordova-js'],
-  "Hello World App":['https://git-wip-us.apache.org/repos/asf/cordova-app-hello-world.git', 'cordova-app-hello-world']
+  "Hello World App":['https://git-wip-us.apache.org/repos/asf/cordova-app-hello-world.git', 'cordova-app-hello-world'],
+  "Cordova CLI":['https://git-wip-us.apache.org/repos/asf/cordova-cli.git', 'cordova-cli']
 };