From f3d974160ab3a09cb43c650f8f83ea3c16e45d75 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 26 Dec 2018 11:22:11 -0500 Subject: [PATCH] bump version number --- functions.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 6abc862..00009ff 100644 --- a/functions.php +++ b/functions.php @@ -72,7 +72,7 @@ if ( ! function_exists( 'westerncvb_top_bar' ) ) { if ( ! class_exists( 'Westernupcvb_Top_Bar_Walker()' ) ) : class Westernupcvb_Top_Bar_Walker extends Walker_Nav_Menu { - + function display_element( $element, &$children_elements, $max_depth, $depth = 0, $args, &$output ) { static $mainLevelCounter; if ($depth == 0) { @@ -317,7 +317,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0', + '1.1.12', true ); if(is_front_page()) { diff --git a/style.css b/style.css index 39b732d..bff2863 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: WesternUPCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for WesternUPCVB -Version: 1.1.11 +Version: 1.1.12 */ -- 2.17.1