updated version numbers
authorIan Weller <ian@gaslightmedia.com>
Tue, 13 Dec 2016 17:17:36 +0000 (12:17 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 13 Dec 2016 17:17:36 +0000 (12:17 -0500)
I updated the style call number along with the version number in
style.css.

parts/header-meta.php
style.css

index 1a9ec4f..959e1b8 100644 (file)
@@ -4,7 +4,7 @@
     <title><?php wp_title(); ?></title>
     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file
index b1eed8c..dbb270f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: HarborCountry
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for HarborCountry
-Version: 1.0.2
+Version: 1.0.3
 */