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 2016/06/17 06:17:41 UTC

[30/32] ios commit: Update JS snapshot to version 4.3.0-dev (via coho)

Update JS snapshot to version 4.3.0-dev (via coho)


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

Branch: refs/heads/master
Commit: 9c2dca499cb8dc56a5122ed7b6f1edccfb5925e8
Parents: 7dd57c9
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jun 16 21:13:10 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jun 16 21:13:10 2016 -0700

----------------------------------------------------------------------
 CordovaLib/cordova.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9c2dca49/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index f728d1a..19f889c 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.2.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.3.0-dev';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/ednamorales/dev/apache_plugins/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 */
@@ -1545,7 +1545,7 @@ exports.reset();
 
 });
 
-// file: /Users/ednamorales/dev/apache_plugins/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 = {


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