From 80a32a1975b05c2c29b4d95524f293d57ae141ba Mon Sep 17 00:00:00 2001 From: Abdullah Salem Date: Tue, 31 May 2016 19:45:32 +0300 Subject: [PATCH] Fixed the Foundation JavaScript version --- js/foundation.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foundation.core.js b/js/foundation.core.js index 273bab417..321349634 100644 --- a/js/foundation.core.js +++ b/js/foundation.core.js @@ -2,7 +2,7 @@ "use strict"; -var FOUNDATION_VERSION = '6.2.2'; +var FOUNDATION_VERSION = '6.2.3'; // Global Foundation object // This is attached to the window, or used as a module for AMD/Browserify -- 2.47.2