updating the stylesheet number in header and styles.css
authorIan Weller <ian@gaslightmedia.com>
Wed, 27 Jul 2016 20:04:36 +0000 (16:04 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 27 Jul 2016 20:04:36 +0000 (16:04 -0400)
header.php
style.css

index 0d0f65b..daa7b2b 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">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
     <link href='https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
index d99d7f9..0572052 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: FranceJourneys
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for FranceJourneys
-Version: 1.0.3
+Version: 1.0.4
 */