Skip to content

Commit 68a7139

Browse files
committed
Fix plugin version for 1.0.2
Follow-up to #514.
1 parent 67ee2ba commit 68a7139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Plugin Check is a WordPress.org tool which provides checks to help plugins meet the directory requirements and follow various best practices.
66
* Requires at least: 6.3
77
* Requires PHP: 7.2.24
8-
* Version: 1.0.1
8+
* Version: 1.0.2
99
* Author: WordPress Performance Team and Plugin Review Team
1010
* License: GPLv2 or later
1111
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -16,7 +16,7 @@
1616

1717
use WordPress\Plugin_Check\Plugin_Main;
1818

19-
define( 'WP_PLUGIN_CHECK_VERSION', '1.0.1' );
19+
define( 'WP_PLUGIN_CHECK_VERSION', '1.0.2' );
2020
define( 'WP_PLUGIN_CHECK_MINIMUM_PHP', '7.2.24' );
2121
define( 'WP_PLUGIN_CHECK_MAIN_FILE', __FILE__ );
2222
define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', plugin_dir_path( WP_PLUGIN_CHECK_MAIN_FILE ) );

0 commit comments

Comments
 (0)