bumping version numbers
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Mar 2019 19:31:12 +0000 (15:31 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Mar 2019 19:31:12 +0000 (15:31 -0400)
header.php
style.css

index 0b9d55c..b6dd9e0 100755 (executable)
@@ -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" />
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.2" />
         <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
         <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
index a8ed7a3..f45bc99 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Pictured Rocks Inn
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Pictured Rocks Inn
-Version: 1.1.1
+Version: 1.1.2
 */