From 858611f95e242dae7abc2bc615adcfbc852d9525 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Wed, 14 Nov 2018 15:37:22 -0500 Subject: [PATCH] Update JS to version 8.0.0-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 cff1505e..4cdb1e3e 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.2.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '8.0.0-dev'; // file: src/scripts/require.js /* jshint -W079 */