From feff0bcdcaee89dab2f8706af32d40a8e5ebe3ee Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 20 Jul 2018 08:14:16 -0400 Subject: [PATCH] Dump version of app.css for cache busting --- functions.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index ca9fdf7..16199db 100644 --- a/functions.php +++ b/functions.php @@ -84,7 +84,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0.1', + '1.0.2', true ); wp_enqueue_script('jquery-ui-datepicker'); @@ -143,4 +143,4 @@ add_action('thematic_searchloop', 'mytheme_search_loop'); add_image_size('glm_blocks', '257', '257', true); // needed to keep Woocommerce from constantly complaining. add_theme_support( 'woocommerce' ); -?> \ No newline at end of file +?> diff --git a/style.css b/style.css index 9c02dde..fcf9638 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Staffords Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Staffords -Version: 1.0.45 +Version: 1.0.46 */ -- 2.17.1