You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/08/04 19:45:34 UTC

[5/6] android commit: Update JS snapshot to version 3.5.1 (via coho)

Update JS snapshot to version 3.5.1 (via coho)


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

Branch: refs/heads/3.5.x
Commit: f99a5895694fd0712070118de7bab0bdf7309b24
Parents: 07f8100
Author: Ian Clelland <ic...@chromium.org>
Authored: Tue Jul 22 14:15:10 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Jul 28 16:31:06 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/f99a5895/framework/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js
index b2103fb..4e7b0c8 100644
--- a/framework/assets/www/cordova.js
+++ b/framework/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: android
-// 3.5.0
+// 3.5.1
 /*
  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 CORDOVA_JS_BUILD_LABEL = '3.5.0';
+var CORDOVA_JS_BUILD_LABEL = '3.5.1';
 // file: src/scripts/require.js
 
 /*jshint -W079 */