Skip to content

Commit d12358e

Browse files
authored
Merge pull request #57 from a8cteam51/release/2.0.9
Bump plugin version
2 parents 1f2d158 + 64ca24f commit d12358e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpcomsp-simple-events",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "A simple Gutenberg-first event management plugin that integrates with WooCommerce Box Office.",
55
"author": {
66
"name": "WordPress.com Special Projects Team",

plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Simple Events Plugin bootstrap file.
44
*
55
* @since 1.0.0
6-
* @version 2.0.8
6+
* @version 2.0.9
77
* @author WordPress.com Special Projects
88
* @license GPL-3.0-or-later
99
*
@@ -13,7 +13,7 @@
1313
* Description: Event management frontend for WooCommerce Box Office.
1414
* Requires at least: 6.2
1515
* Tested up to: 6.4
16-
* Version: 2.0.8
16+
* Version: 2.0.9
1717
* Requires PHP: 8.0
1818
* Author: WordPress.com Special Projects
1919
* Author URI: https://wpspecialprojects.wordpress.com
@@ -31,7 +31,7 @@
3131
function_exists( 'get_plugin_data' ) || require_once ABSPATH . 'wp-admin/includes/plugin.php';
3232
define( 'SE_METADATA', get_plugin_data( __FILE__, false, false ) );
3333

34-
define( 'SE_VERSION', '2.0.8' );
34+
define( 'SE_VERSION', '2.0.9' );
3535
define( 'SE_BASENAME', plugin_basename( __FILE__ ) );
3636
define( 'SE_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
3737
define( 'SE_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );

0 commit comments

Comments
 (0)