From d95df968817c4f9df0224c141c68ed0ebeea3386 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 2 Nov 2016 16:32:15 -0700 Subject: [PATCH] Update JS snapshot to version 6.1.0 (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 27e66d70..939eacf7 100644 --- a/bin/templates/project/assets/www/cordova.js +++ b/bin/templates/project/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 53ea1913735222d326e65326e03391405df3cd4e +// a3732cb71d9b1dd590338e8cf44196f366d46da3 /* 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 = '6.1.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '6.1.0'; // file: src/scripts/require.js /*jshint -W079 */