Skip to content

Commit

Permalink
change: version number (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
troychaplin authored Sep 28, 2024
1 parent 6db6994 commit 8e6ec81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions block-accessibility-checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e6ec81

Please sign in to comment.