You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/12/17 19:59:49 UTC

[2/2] cordova-ubuntu git commit: Update JS snapshot to version 4.3.2 (via coho)

Update JS snapshot to version 4.3.2 (via coho)


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

Branch: refs/heads/4.3.x
Commit: d5dc8ced96435f0c70679363a25a0a51f3e70a13
Parents: 77872b9
Author: David Barth <da...@canonical.com>
Authored: Thu Dec 17 19:45:06 2015 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 17 19:45:06 2015 +0100

----------------------------------------------------------------------
 www/cordova.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/d5dc8ced/www/cordova.js
----------------------------------------------------------------------
diff --git a/www/cordova.js b/www/cordova.js
index 820e8d6..6b5d011 100644
--- a/www/cordova.js
+++ b/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ubuntu
-// 8e9610fe33fc743fcaf5d920064f0deb2cad1715
+// ded62dda172755defaf75378ed007dc05730ec22
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.3.1';
+var PLATFORM_VERSION_BUILD_LABEL = '4.3.2';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ubuntu/cordova-js-src/exec.js
+// file: /home/dbarth/devel/wily/cordova/cordova-ubuntu/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 var cordova = require('cordova'),
@@ -1368,7 +1368,7 @@ exports.reset();
 
 });
 
-// file: /Users/steveng/repo/cordova/cordova-ubuntu/cordova-js-src/platform.js
+// file: /home/dbarth/devel/wily/cordova/cordova-ubuntu/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org