version & stylesheet & js bump
authorLaury GvR <laury@gaslightmedia.com>
Thu, 30 Nov 2017 19:16:10 +0000 (14:16 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 30 Nov 2017 19:16:10 +0000 (14:16 -0500)
functions.php
header.php
style.css

index a8b0f71..2460b24 100644 (file)
@@ -104,7 +104,7 @@ function glm_site_scripts()
     wp_enqueue_script('jquery');
     wp_enqueue_script(
         'glm_foundation',
-        get_template_directory_uri() . '/js/app.js?v=1.0',
+        get_template_directory_uri() . '/js/app.js?v=1.0.48',
         'jquery',
         '1.0',
         true
index 1b3c3ff..23ae2eb 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.47">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.48">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index f1917ba..69e96c3 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.47
+Version: 1.0.48
 */