bump version number
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 26 Dec 2018 16:22:11 +0000 (11:22 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 26 Dec 2018 16:22:11 +0000 (11:22 -0500)
functions.php
style.css

index 6abc862..00009ff 100644 (file)
@@ -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()) {
index 39b732d..bff2863 100644 (file)
--- 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
 */