Update the version number
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Aug 2018 19:31:46 +0000 (15:31 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 15 Aug 2018 19:31:46 +0000 (15:31 -0400)
for cache busting

parts/header-meta.php
style.css

index d810530..3132acb 100644 (file)
@@ -2,14 +2,14 @@
     <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.14.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.20.0">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600i,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope" rel="stylesheet">
-    <link href="https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope" rel="stylesheet"> 
+    <link href="https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer+SC" rel="stylesheet">
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index 27b9b60..4e14b31 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: CornwellsTurkeyville
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for CornwellsTurkeyville
-Version: 1.0.19
+Version: 1.0.20
 */