diff --git a/package-lock.json b/package-lock.json index a96a76e..02f3dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wpcomsp-simple-events", - "version": "2.0.13", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wpcomsp-simple-events", - "version": "2.0.13", + "version": "2.1.0", "license": "GPL-2.0-or-later", "dependencies": { "ajv": "^8.17.1" diff --git a/package.json b/package.json index de7c3f4..b61d718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpcomsp-simple-events", - "version": "2.0.13", + "version": "2.1.0", "description": "A simple Gutenberg-first event management plugin that integrates with WooCommerce Box Office.", "author": { "name": "WordPress.com Special Projects Team", @@ -70,4 +70,4 @@ "dependencies": { "ajv": "^8.17.1" } -} \ No newline at end of file +} diff --git a/plugin.php b/plugin.php index eb3d418..c8b7ff3 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Simple Events Plugin bootstrap file. * * @since 1.0.0 - * @version 2.0.13 + * @version 2.1.0 * @author WordPress.com Special Projects * @license GPL-3.0-or-later * @@ -14,7 +14,7 @@ * Description: Event management frontend for WooCommerce Box Office. * Requires at least: 6.5 * Tested up to: 6.9 - * Version: 2.0.13 + * Version: 2.1.0 * Requires PHP: 8.0 * Author: WordPress.com Special Projects * Author URI: https://wpspecialprojects.wordpress.com @@ -32,7 +32,7 @@ function_exists( 'get_plugin_data' ) || require_once ABSPATH . 'wp-admin/includes/plugin.php'; define( 'SE_METADATA', get_plugin_data( __FILE__, false, false ) ); -define( 'SE_VERSION', '2.0.13' ); +define( 'SE_VERSION', '2.1.0' ); define( 'SE_BASENAME', plugin_basename( __FILE__ ) ); define( 'SE_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'SE_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );