From 9be79553054cf168adf22aba66a212839da98af7 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Sat, 11 Nov 2023 18:01:52 -0800 Subject: [PATCH] Bump version. --- README.md | 2 +- fast-smooth-scroll.php | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e40c98..7a725f2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Eventually, once the plugin has been reviewed and approved in the WordPress plug Alternatively, if you use Composer to manage your WordPress site, you can also [install the plugin from Packagist](https://packagist.org/packages/felixarntz/fast-smooth-scroll): ``` -composer require felixarntz/fast-smooth-scroll:^1.0.0-beta.1 +composer require felixarntz/fast-smooth-scroll:^1.0.0-beta.2 ``` ## Frequently asked questions diff --git a/fast-smooth-scroll.php b/fast-smooth-scroll.php index 81c044a..d988f7a 100644 --- a/fast-smooth-scroll.php +++ b/fast-smooth-scroll.php @@ -9,7 +9,7 @@ * Plugin Name: Fast Smooth Scroll * Plugin URI: https://github.com/felixarntz/fast-smooth-scroll * Description: This lightweight plugin enhances user experience by enabling smooth scrolling for anchor links without the need for jQuery or other dependencies. - * Version: 1.0.0-beta.1 + * Version: 1.0.0-beta.2 * Requires at least: 5.0 * Requires PHP: 5.2 * Author: Felix Arntz diff --git a/readme.txt b/readme.txt index e1e1148..59ac2ce 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ Donate link: https://felix-arntz.me/wordpress-plugins/ Requires at least: 5.0 Tested up to: 6.4 Requires PHP: 5.2 -Stable tag: 1.0.0-beta.1 +Stable tag: 1.0.0-beta.2 License: GNU General Public License v2 (or later) License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: smooth scroll, smooth scrolling, scroll animation, scroll behavior, performance, anchor links, user experience, lightweight