bumping numbers, upadating calls
authorIan Weller <ian@gaslightmedia.com>
Mon, 7 Nov 2016 18:26:03 +0000 (13:26 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 7 Nov 2016 18:26:03 +0000 (13:26 -0500)
I bumped up the stylesheet number and upadated the call to break the
cache.

header.php
style.css

index fc741f9..3daeb25 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/icons/GLM_flame_circle_trans_32x32.png" />
     <link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,400italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 5efe9d6..5b21df3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GaslightMedia2016
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GaslightMedia
-Version: 1.0.7
+Version: 1.0.9
 */