You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/12/16 23:14:43 UTC

[1/2] ios commit: Update JS snapshot to version 4.0.1 (via coho)

Repository: cordova-ios
Updated Branches:
  refs/heads/4.0.x e40a776fa -> 7890eae66


Update JS snapshot to version 4.0.1 (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/9141e764
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9141e764
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9141e764

Branch: refs/heads/4.0.x
Commit: 9141e764a9eb5141d633b2659c6e9a64402d6ebe
Parents: e40a776
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 16 14:11:49 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 16 14:11:49 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9141e764/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index bc9114f..ff04fb7 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.0.0';
+var PLATFORM_VERSION_BUILD_LABEL = '4.0.1';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/exec.js
+// file: /Users/shaz/Documents/Git/Apache/cordova-ios/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*global require, module, atob, document */
@@ -1536,7 +1536,7 @@ exports.reset();
 
 });
 
-// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/platform.js
+// file: /Users/shaz/Documents/Git/Apache/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


[2/2] ios commit: Set VERSION to 4.0.1 (via coho)

Posted by sh...@apache.org.
Set VERSION to 4.0.1 (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/7890eae6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/7890eae6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/7890eae6

Branch: refs/heads/4.0.x
Commit: 7890eae6647f98d4a438f7b674e020b6b53e5c77
Parents: 9141e76
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 16 14:11:50 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 16 14:11:50 2015 -0800

----------------------------------------------------------------------
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7890eae6/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index fcdb2e1..1454f6e 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.0.0
+4.0.1

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/7890eae6/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index ab1a592..b05041e 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.0.0"
+var VERSION="4.0.1"
 
 module.exports.version = VERSION;
 


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