From 9bedbfc904ca23c07d9f0951afb4756634de6185 Mon Sep 17 00:00:00 2001 From: Pea Date: Fri, 25 Mar 2022 17:13:15 -0400 Subject: [PATCH] 1.0.2 --- wp-action-network-events.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-action-network-events.php b/wp-action-network-events.php index 616c903..8ac8d34 100644 --- a/wp-action-network-events.php +++ b/wp-action-network-events.php @@ -8,7 +8,7 @@ * that starts the plugin. * * @link https://debtcollective.org - * @since 1.0.1 + * @since 1.0.2 * @package Wp_Action_Network_Events * * @wordpress-plugin @@ -62,7 +62,7 @@ function autoloader( $class ) { * Rename this for your plugin and update it as you release new versions. */ const PLUGIN_NAME = 'wp-action-network-events'; -const PLUGIN_VERSION = '1.0.1'; +const PLUGIN_VERSION = '1.0.2'; define( 'WPANE_PLUGIN_DIR_PATH', \plugin_dir_path( __FILE__ ) ); define( 'WPANE_PLUGIN_URL', \plugin_dir_url( __FILE__ ) );