ready for release
authorIan Weller <ian@gaslightmedia.com>
Mon, 24 Apr 2017 14:30:22 +0000 (10:30 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 24 Apr 2017 14:30:22 +0000 (10:30 -0400)
I updated the theme version number and the stylesheet call number to
match the current theme number.  Just out of habit.

header.php
style.css

index 3ec0e01..7f4ba15 100644 (file)
@@ -4,7 +4,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.2">
+    <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_template_directory_uri(); ?>/favicon.ico">  
     <?php wp_head(); ?>
   </head>
index 3347ce3..f55e854 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: WildBills
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ParrotsLanding
-Version: 1.0.2
+Version: 1.0.3
 */