bumping call number
authorIan Weller <ian@gaslightmedia.com>
Thu, 22 Sep 2016 14:24:49 +0000 (10:24 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 22 Sep 2016 14:24:49 +0000 (10:24 -0400)
I bumped up the stylesheet call number.

header.php

index ca38bf3..2bc53db 100644 (file)
@@ -5,7 +5,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?v1.0.1">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v1.0.3">
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/earlyaccess/dhyana.css' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>