Version bumps
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Oct 2018 16:19:49 +0000 (12:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Oct 2018 16:19:49 +0000 (12:19 -0400)
functions.php
header.php

index e4279cb..626161c 100644 (file)
@@ -72,7 +72,7 @@ function glm_site_scripts()
     wp_enqueue_script('jquery-ui-datepicker');
     wp_enqueue_script(
         'glm_foundation',
-        get_template_directory_uri() . '/js/app.js?v=1.26.0',
+        get_template_directory_uri() . '/js/app.js?v=1.0.28',
         'jquery',
         '1.1.7',
         true
index 8b2f59c..97194ff 100644 (file)
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.27.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.28.0">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <!--    <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>-->
         <?php wp_head(); ?>