From f99a5895694fd0712070118de7bab0bdf7309b24 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Tue, 22 Jul 2014 14:15:10 -0400 Subject: [PATCH] Update JS snapshot to version 3.5.1 (via coho) --- framework/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js index b2103fbe..4e7b0c8e 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 */