Skip to content

Commit 735c499

Browse files
annlickandergithub-actions[bot]
authored andcommitted
Prepare release 3.11.6
1 parent e8fbbff commit 735c499

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bm-wp-experience.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BM WP Experience
44
* Plugin URI: https://www.bernskioldmedia.com
55
* Description: Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best.
6-
* Version: 3.11.5
6+
* Version: 3.11.6
77
* Author: Bernskiold Media
88
* Author URI: https://www.bernskioldmedia.com
99
* Text Domain: bm-wp-experience

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bm-wp-experience",
3-
"version": "3.11.5",
3+
"version": "3.11.6",
44
"description": "Provides an opinionated WordPress experience with clean-up and tweaks that we at Bernskiold Media have found runs WordPress best.",
55
"main": "assets/scripts/src/index.js",
66
"scripts": {

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Plugin extends BasePlugin {
99

1010
protected static string $slug = 'bm-wp-experience';
11-
protected static string $version = '3.11.5';
11+
protected static string $version = '3.11.6';
1212
protected static string $textdomain = 'bm-wp-experience';
1313
protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;
1414

0 commit comments

Comments
 (0)