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.
<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
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme made for OringinalButterflyHouse
-Version: 1.0.0
+Version: 1.0.3
*/