From ccd479e60c303ac25f43c80249e91e798363bd4b Mon Sep 17 00:00:00 2001 From: Melissa Hiatt Date: Thu, 8 Jun 2023 11:07:07 -0700 Subject: [PATCH] update version number --- scroll-animations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scroll-animations.php b/scroll-animations.php index 3e3064b..df1893c 100644 --- a/scroll-animations.php +++ b/scroll-animations.php @@ -4,7 +4,7 @@ * Description: Uses Locomotive Scroll attributes to blocks to create smooth scrolling and parallax effects. * Requires at least: 5.9 * Requires PHP: 7.0 - * Version: 1.0.1 + * Version: 1.0.2 * Author: Melissa Hiatt * Author URI: https://designcodespace.com * License: GPL-2.0-or-later @@ -12,7 +12,7 @@ * Text Domain: scroll-animations */ - define( 'DCS_SCROLL_ANIMATIONS_VERSION', '1.0.1' ); + define( 'DCS_SCROLL_ANIMATIONS_VERSION', '1.0.2' ); define( 'PLUGIN_NAME', 'dcs-scroll-animations');