From 6da9fbd95b22127be49c7c9fd450253c4e18084d Mon Sep 17 00:00:00 2001 From: annlickander Date: Wed, 5 Oct 2022 13:31:56 +0000 Subject: [PATCH] Prepare release 3.10.0 --- bm-wp-experience.php | 2 +- package.json | 2 +- src/Plugin.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bm-wp-experience.php b/bm-wp-experience.php index be60554..ff55eb0 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.9.0 + * Version: 3.10.0 * Author: Bernskiold Media * Author URI: https://www.bernskioldmedia.com * Text Domain: bm-wp-experience diff --git a/package.json b/package.json index f51e3d1..c8af246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bm-wp-experience", - "version": "3.9.0", + "version": "3.10.0", "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 a24f338..4f73855 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.9.0'; + protected static string $version = '3.10.0'; protected static string $textdomain = 'bm-wp-experience'; protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;