Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
misfist committed Mar 25, 2022
1 parent a85de5b commit 9bedbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-action-network-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ) );
Expand Down

0 comments on commit 9bedbfc

Please sign in to comment.