diff --git a/aa-events.php b/aa-events.php index dfa5f14..26f4fc8 100644 --- a/aa-events.php +++ b/aa-events.php @@ -3,7 +3,7 @@ * Plugin Name: AA Events * Plugin URI: https://github.com/automattic/aa-events * Description: An Events management plugin for WordPress, with accessible calendar (WCAG 2.2AA) and card grid views. - * Version: 1.2.6 + * Version: 1.2.7 * Author: Keith Solomon * Author URI: https://vincentdesign.ca * License: GPL-2.0+ @@ -49,7 +49,7 @@ register_deactivation_hook( __FILE__, 'deactivate_aa_events' ); * Define Constants */ define( 'AA_EVENTS_PLUGIN_FILE', __FILE__ ); -define( 'AA_EVENTS_VERSION', '1.2.6' ); +define( 'AA_EVENTS_VERSION', '1.2.7' ); define( 'AA_EVENTS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'AA_EVENTS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );