From e0414c47786bf536c8c15de41adf9bf669653e46 Mon Sep 17 00:00:00 2001 From: Ann Lickander Date: Tue, 3 May 2022 11:14:28 +0200 Subject: [PATCH] version bump --- 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 2849a68..1571a6c 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.4.1 + * Version: 3.4.2 * Author: Bernskiold Media * Author URI: https://www.bernskioldmedia.com * Text Domain: bm-wp-experience diff --git a/package.json b/package.json index f376974..436cb43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bm-wp-experience", - "version": "3.4.1ß", + "version": "3.4.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 c4ba640..d686f0b 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.4.1'; + protected static string $version = '3.4.2'; protected static string $textdomain = 'bm-wp-experience'; protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;