From 8e6ec8128b9417093fd0ebdf41d5d9c66a5d676b Mon Sep 17 00:00:00 2001 From: Troy Chaplin <15524465+troychaplin@users.noreply.github.com> Date: Sat, 28 Sep 2024 09:36:11 -0400 Subject: [PATCH] change: version number (#43) --- block-accessibility-checks.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/block-accessibility-checks.php b/block-accessibility-checks.php index 9597aef..0413d68 100644 --- a/block-accessibility-checks.php +++ b/block-accessibility-checks.php @@ -5,7 +5,7 @@ * Description: Add errors and warnings to core blocks to meet WCAG (Web Content Accessibility Guidelines) requirements. * Requires at least: 6.3 * Requires PHP: 7.0 - * Version: 1.0.0 + * Version: 1.0.1 * Author: Troy Chaplin * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -29,7 +29,7 @@ * * @var string BLOCK_ACCESSIBILITY_VERSION */ -define('BLOCK_ACCESSIBILITY_VERSION', '1.0.0'); +define('BLOCK_ACCESSIBILITY_VERSION', '1.0.1'); /** * This file is responsible for including the necessary autoload file. diff --git a/readme.txt b/readme.txt index 64e2a89..f6afb5f 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: areziaal Tags: block, accessibility, a11y, content, tools Requires at least: 6.3 Tested up to: 6.6.2 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html