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