From fa7877a4f1512dc31998f204ff3352bb571a288b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Jun 2018 16:40:14 -0400 Subject: [PATCH] bumping version numbers --- functions.php | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index a645b54..8417105 100644 --- a/functions.php +++ b/functions.php @@ -188,8 +188,8 @@ function accesspress_parallax_scripts() { wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.js', array('jquery'), '1.8.0', true ); wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true ); wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters ); - wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.1', true ); - wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.1" ); + wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.2', true ); + wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.2" ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); diff --git a/style.css b/style.css index 0cf0dd2..e230a34 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: N Point Strategies Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.1 +Version: 1.0.2 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax -- 2.17.1