Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Nov 12, 2023
1 parent 8a9f3ba commit 9be7955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fast-smooth-scroll.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9be7955

Please sign in to comment.