Cache busting stylesheet
authorLaury GvR <laury@gaslightmedia.com>
Wed, 12 Sep 2018 13:15:05 +0000 (09:15 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 12 Sep 2018 13:15:05 +0000 (09:15 -0400)
parts/header-meta.php

index bd2b1f5..9cb5adb 100644 (file)
@@ -2,7 +2,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=0.0.4.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.5.0">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico?v=0.0.4.0">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="//fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">