diff --git a/bm-wp-experience.php b/bm-wp-experience.php index b64e565..2d4ac4c 100644 --- a/bm-wp-experience.php +++ b/bm-wp-experience.php @@ -3,7 +3,7 @@ * Plugin Name: BM WP Experience * Plugin URI: https://www.bernskioldmedia.com * Description: Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best. - * Version: 3.2.1 + * Version: 3.3.2 * Author: Bernskiold Media * Author URI: https://www.bernskioldmedia.com * Text Domain: bm-wp-experience diff --git a/package.json b/package.json index d534ea9..9a9c8cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bm-wp-experience", - "version": "3.2.1", + "version": "3.3.2", "description": "Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best.", "main": "assets/scripts/src/index.js", "scripts": { diff --git a/src/Plugin.php b/src/Plugin.php index d1be676..e9f3660 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -9,7 +9,7 @@ class Plugin extends BasePlugin { protected static string $slug = 'bm-wp-experience'; - protected static string $version = '3.2.1'; + protected static string $version = '3.3.2'; protected static string $textdomain = 'bm-wp-experience'; protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;