bumping js version number to cache bust the events hover effects and text spelling
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 21 May 2019 18:34:16 +0000 (14:34 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 21 May 2019 18:34:16 +0000 (14:34 -0400)
functions.php
parts/header-meta.php
style.css

index f3bbbef..c18d6cf 100644 (file)
@@ -83,7 +83,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '0.0.25',
+        '1.0.3',
         true
     );
 
index ec325a3..565cdf5 100644 (file)
@@ -3,7 +3,7 @@
     <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/animate.min.css">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.2">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700|Josefin+Sans|Lato' rel='stylesheet' type='text/css'>
index 0a95ebe..da9e84d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: UPTravel 2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for UP Travel
-Version: 1.0.2
+Version: 1.0.3
 */