From 2bf47422ce7b307bc780c09bf130554a6d988322 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 24 Feb 2016 11:50:06 -0800 Subject: [PATCH] Update JS snapshot to version 5.1.1 (via coho) --- bin/templates/project/assets/www/cordova.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js index 688139a0..d1d6a93e 100644 --- a/bin/templates/project/assets/www/cordova.js +++ b/bin/templates/project/assets/www/cordova.js @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '5.2.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '5.1.1'; // file: src/scripts/require.js /*jshint -W079 */