From b175d611bd4b019ff1184cce8b90f8f0208c2d80 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Tue, 28 Mar 2017 15:18:35 -0700 Subject: [PATCH] Update JS snapshot to version 6.2.0 (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 1814e025..8b4f3c00 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 = '6.2.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '6.2.0'; // file: src/scripts/require.js /*jshint -W079 */