updated the stylesheet call number
authorIan Weller <ian@gaslightmedia.com>
Tue, 28 Mar 2017 13:46:35 +0000 (09:46 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 28 Mar 2017 13:46:35 +0000 (09:46 -0400)
I updated the stylesheet call number to break any chance of chace save.

header.php

index 91d31a3..c8f6c4a 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.32">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.33">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">  
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>