Bump version numbers
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 10 Dec 2018 14:09:15 +0000 (09:09 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 10 Dec 2018 14:09:15 +0000 (09:09 -0500)
for style sheet call

parts/header-meta.php
style.css

index 050abe4..4e864d6 100644 (file)
@@ -2,9 +2,9 @@
     <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.10">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.14">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index c1b50cc..f41b53c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: circlemichigan
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Circle Michigan
-Version: 1.0.14
+Version: 1.0.15
 */