update css file call
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 18 May 2017 19:15:40 +0000 (15:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 18 May 2017 19:15:40 +0000 (15:15 -0400)
to bust css cache.

parts/header-meta.php
style.css

index 8aca189..370081d 100644 (file)
@@ -2,9 +2,9 @@
     <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.5">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index d702e96..15ed5a5 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MackinawAreaVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MackinawAreaVB
-Version: 1.0.7
+Version: 1.0.9
 */