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 2017/09/21 23:17:50 UTC

[cordova-ios] 01/02: Update JS snapshot to version 4.5.1 (via coho)

This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit dc184fbcfa95f943c2c2f333a1bd10479bfc126c
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Sep 21 16:13:49 2017 -0700

    Update JS snapshot to version 4.5.1 (via coho)
---
 CordovaLib/cordova.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 6513eb8..31a83fa 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.5.0';
+var PLATFORM_VERSION_BUILD_LABEL = '4.5.1';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -841,7 +841,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/exec.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*global require, module, atob, document */
@@ -1569,7 +1569,7 @@ exports.reset();
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/platform.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1585,7 +1585,7 @@ module.exports = {
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/plugin/ios/console.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/plugin/ios/console.js
 define("cordova/plugin/ios/console", function(require, exports, module) {
 
 //------------------------------------------------------------------------------
@@ -1756,7 +1756,7 @@ for (var key in console) {
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/plugin/ios/logger.js
+// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/plugin/ios/logger.js
 define("cordova/plugin/ios/logger", function(require, exports, module) {
 
 //------------------------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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