bumping version number and stylesheet call number
authorIan Weller <ian@gaslightmedia.com>
Thu, 8 Dec 2016 16:09:41 +0000 (11:09 -0500)
committerIan Weller <ian@gaslightmedia.com>
Thu, 8 Dec 2016 16:09:41 +0000 (11:09 -0500)
I forgot to update the version number in style.css file and the stylesheet
call number in the last hotfix.  I have everything updated now.

parts/header-meta.php
style.css

index 067d8df..94d4aba 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=1.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <?php wp_head(); ?>
 </head>
\ No newline at end of file
index 7343b4d..5930c87 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: OriginalButterflyHouse
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for OringinalButterflyHouse
-Version: 1.0.0
+Version: 1.0.3
 */