I forgot to bump the version numbers in the header.php and style.css on
the previous hotfix.
<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 -->
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for ParrotsLanding
-Version: 1.0.7
+Version: 1.0.9
*/