From cc87a9da1e6396085a46e75137a6872267ea4bc4 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Wed, 11 Jul 2018 21:36:33 -0400 Subject: [PATCH] Update JS snapshot to version 7.1.1 (via coho) --- bin/templates/project/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js index 42f82b11..d7b144ea 100644 --- a/bin/templates/project/assets/www/cordova.js +++ b/bin/templates/project/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// e040d9e9343d5f27dd4f67616660b33b92a82ff7 +// 9e8e1b716252c4a08abcd31a13013b868d6f4141 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '7.1.1-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '7.1.1'; // file: src/scripts/require.js /* jshint -W079 */