From 7b871dd405853ff49a513f046f03acc541d4f037 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 30 Nov 2017 14:16:10 -0500 Subject: [PATCH] version & stylesheet & js bump --- functions.php | 2 +- header.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index a8b0f71..2460b24 100644 --- a/functions.php +++ b/functions.php @@ -104,7 +104,7 @@ function glm_site_scripts() wp_enqueue_script('jquery'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js?v=1.0', + get_template_directory_uri() . '/js/app.js?v=1.0.48', 'jquery', '1.0', true diff --git a/header.php b/header.php index 1b3c3ff..23ae2eb 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index f1917ba..69e96c3 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: PetoskeyArea Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for PetoskeyArea -Version: 1.0.47 +Version: 1.0.48 */ -- 2.17.1