cache break
authorIan Weller <ian@gaslightmedia.com>
Wed, 25 Jan 2017 21:20:49 +0000 (16:20 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 25 Jan 2017 21:20:49 +0000 (16:20 -0500)
I broke the stylesheet cache any browsers may be holding.

header.php

index 3780b46..29b4c28 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
 <!--    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">  -->
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0">
     <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700" rel="stylesheet">
     <?php wp_head(); ?>
   </head>