From: Anthony Talarico Date: Tue, 21 May 2019 18:34:16 +0000 (-0400) Subject: bumping js version number to cache bust the events hover effects and text spelling X-Git-Tag: v1.0.3^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9c4b5c7c40f7ab5ca874a7af850d8bf873d5e65c;p=WP-Themes%2Fuptravel.git bumping js version number to cache bust the events hover effects and text spelling --- 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 */