From db2a498d76c7b1e69073982e741b961bce87ec35 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Fri, 14 Feb 2014 13:46:00 -0800 Subject: [PATCH] Update JS snapshot to version 3.4.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 484f3e44..1a9f5d97 100644 --- a/framework/assets/www/cordova.js +++ b/framework/assets/www/cordova.js @@ -1,5 +1,5 @@ // Platform: android -// 3.4.0-rc1 +// 3.4.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.4.0-rc1'; +var CORDOVA_JS_BUILD_LABEL = '3.4.0'; // file: src/scripts/require.js /*jshint -W079 */