You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/09/11 01:24:04 UTC

[1/2] git commit: Fixed issue in cordova-browser, need to update the version

Repository: cordova-lib
Updated Branches:
  refs/heads/master 5a05badf8 -> c2f3a735c


Fixed issue in cordova-browser, need to update the version


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/3aef160e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/3aef160e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/3aef160e

Branch: refs/heads/master
Commit: 3aef160e6dac8d1c67b275cfceacb690296b6a07
Parents: a2b95a8
Author: Suraj Pindoria <su...@yahoo.com>
Authored: Wed Sep 10 16:14:36 2014 -0700
Committer: Suraj Pindoria <su...@yahoo.com>
Committed: Wed Sep 10 16:14:36 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/platforms.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3aef160e/cordova-lib/src/cordova/platforms.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/platforms.js b/cordova-lib/src/cordova/platforms.js
index 0ae9c6d..2adbf42 100644
--- a/cordova-lib/src/cordova/platforms.js
+++ b/cordova-lib/src/cordova/platforms.js
@@ -85,7 +85,7 @@ module.exports = {
     'browser':{
         parser : './metadata/browser_parser',
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-browser.git',
-        version: '3.5.1'
+        version: '3.5.2'
     }
 };
 


[2/2] git commit: Merge branch 'browserPlatform' of https://github.com/surajpindoria/cordova-lib

Posted by an...@apache.org.
Merge branch 'browserPlatform' of https://github.com/surajpindoria/cordova-lib


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

Branch: refs/heads/master
Commit: c2f3a735c790df835d450e82f2280443e2c32d41
Parents: 5a05bad 3aef160
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 10 16:23:08 2014 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 10 16:23:08 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/platforms.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/c2f3a735/cordova-lib/src/cordova/platforms.js
----------------------------------------------------------------------