bumping version number
authorIan Weller <ian@gaslightmedia.com>
Wed, 21 Jun 2017 17:53:29 +0000 (13:53 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 21 Jun 2017 17:53:29 +0000 (13:53 -0400)
I forgot to bump the version numbers in the header.php and style.css on
the previous hotfix.

header.php
style.css

index d1f1f35..930462f 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.7">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
     <!-- Facebook Pixel Code -->
index 8199072..150e167 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ParrotsLanding
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ParrotsLanding
-Version: 1.0.7
+Version: 1.0.9
 */