From: Anthony Talarico Date: Thu, 26 Apr 2018 15:37:31 +0000 (-0400) Subject: creating release for changes made on develop X-Git-Tag: v1.0.9^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0595681f8f59c83c9e775519ccbacfd7243ff117;p=WP-Themes%2Fbrewbakers.git creating release for changes made on develop bumping version numbers for changes on develop in the release --- diff --git a/functions.php b/functions.php index 5eba51a..625b72c 100644 --- a/functions.php +++ b/functions.php @@ -167,7 +167,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0', + '1.0.9', true ); if(is_front_page()) { diff --git a/parts/header-meta.php b/parts/header-meta.php index b51636a..59faa94 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 1480ead..bbb5fec 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: BrewbakersHousingRV Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for BrewbakersHousingRV -Version: 1.0.8 +Version: 1.0.9 */