From 9c4b5c7c40f7ab5ca874a7af850d8bf873d5e65c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 21 May 2019 14:34:16 -0400 Subject: [PATCH] bumping js version number to cache bust the events hover effects and text spelling --- functions.php | 2 +- parts/header-meta.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index f3bbbef..c18d6cf 100644 --- a/functions.php +++ b/functions.php @@ -83,7 +83,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '0.0.25', + '1.0.3', true ); diff --git a/parts/header-meta.php b/parts/header-meta.php index ec325a3..565cdf5 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,7 +3,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 0a95ebe..da9e84d 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: UPTravel 2018 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for UP Travel -Version: 1.0.2 +Version: 1.0.3 */ -- 2.17.1