From 3aac8f7d86c7abb396993d6fd048dbe91e43956d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 14 Dec 2015 10:56:32 -0500 Subject: [PATCH] bump version number of app.js --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index c638790..d3c65f3 100644 --- a/functions.php +++ b/functions.php @@ -68,7 +68,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0', + '1.0.1', true ); wp_enqueue_style('jqueryui-style', '//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css'); -- 2.17.1