From dd4e2a6a62938917fbf084464377986a492aa5e6 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 18 Nov 2013 13:18:48 -0800 Subject: [PATCH] Update JS snapshot to version 3.2.0 (via coho) --- framework/assets/www/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/assets/www/cordova.js b/framework/assets/www/cordova.js index fe247cc4..e1903d60 100644 --- a/framework/assets/www/cordova.js +++ b/framework/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 3.2.0-rc1 +// 3.2.0 /* 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 CORDOVA_JS_BUILD_LABEL = '3.2.0-rc1'; +var CORDOVA_JS_BUILD_LABEL = '3.2.0'; // file: lib/scripts/require.js /*jshint -W079 */