From 3f1113ed8f7b3d4ade3283c2f452962ed0972df9 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Sun, 2 Apr 2017 17:43:13 -0500 Subject: [PATCH] Update JS snapshot to version 6.2.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 8b4f3c00..6d2ea62f 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'; +var PLATFORM_VERSION_BUILD_LABEL = '6.2.1'; // file: src/scripts/require.js /*jshint -W079 */