From 6be2383758468897f0a70cdf648058551eabbb88 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Oct 2018 12:19:49 -0400 Subject: [PATCH] Version bumps --- functions.php | 2 +- header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index e4279cb..626161c 100644 --- a/functions.php +++ b/functions.php @@ -72,7 +72,7 @@ function glm_site_scripts() wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js?v=1.26.0', + get_template_directory_uri() . '/js/app.js?v=1.0.28', 'jquery', '1.1.7', true diff --git a/header.php b/header.php index 8b2f59c..97194ff 100644 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ <?php wp_title(); ?> - + -- 2.17.1