From b55cb8d3a3f66bad7509b99c8dd3929a85d25146 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 16 Aug 2018 16:50:34 -0400 Subject: [PATCH] js/styles version bump --- functions.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 1cdd286..a43f756 100644 --- a/functions.php +++ b/functions.php @@ -185,7 +185,7 @@ function glm_site_scripts() wp_enqueue_script('jquery'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js', + get_template_directory_uri() . '/js/app.js?v=1.2.45', 'jquery', '1.0', true @@ -197,7 +197,7 @@ function glm_site_scripts() ); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js', + get_template_directory_uri() . '/js/app.js?v=1.2.45', 'jquery', '1.0', true diff --git a/style.css b/style.css index 3a3c1a8..c0d09ba 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Gilmore Car Museum Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme created for Gilmore Car Museum. -Version: 1.2.44 +Version: 1.2.45 */ -- 2.17.1