From f19ffd7abd0d2782e54b691a08a0ef8f652cbbc2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Thu, 2 Aug 2018 13:04:45 -0400 Subject: [PATCH] CB-14240 Update JS to version 7.1.2-dev (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 d7b144ea..86060cfb 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 = '7.1.1'; +var PLATFORM_VERSION_BUILD_LABEL = '7.1.2-dev'; // file: src/scripts/require.js /* jshint -W079 */