diff --git a/bm-wp-experience.php b/bm-wp-experience.php index 25f1ee6..8f951a7 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.8.1 + * Version: 3.8.2 * Author: Bernskiold Media * Author URI: https://www.bernskioldmedia.com * Text Domain: bm-wp-experience diff --git a/package.json b/package.json index 07beb8a..ea45cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bm-wp-experience", - "version": "3.8.1", + "version": "3.8.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 f6b789d..bf88eb6 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -8,7 +8,7 @@ class Plugin extends BasePlugin { protected static string $slug = 'bm-wp-experience'; - protected static string $version = '3.8.1'; + protected static string $version = '3.8.2'; protected static string $textdomain = 'bm-wp-experience'; protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;