Skip to content

Commit d6b173f

Browse files
committed
Align plugin version constants to 1.40.0
1 parent 5046f02 commit d6b173f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

accessibility-checker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Accessibility Checker
1111
* Plugin URI: https://a11ychecker.com
1212
* Description: Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
13-
* Version: 1.40.0-alpha
13+
* Version: 1.40.0
1414
* Requires PHP: 7.4
1515
* Author: Equalize Digital
1616
* Author URI: https://equalizedigital.com
@@ -36,7 +36,7 @@
3636

3737
// Current plugin version.
3838
if ( ! defined( 'EDAC_VERSION' ) ) {
39-
define( 'EDAC_VERSION', '1.40.0-alpha' );
39+
define( 'EDAC_VERSION', '1.40.0' );
4040
}
4141

4242
// Current database version.

0 commit comments

Comments
 (0)