Skip to content

Commit

Permalink
Prepare release 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
annlickander authored and github-actions[bot] committed Aug 9, 2023
1 parent ed2ba32 commit a04252e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bm-wp-experience.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1
* Version: 3.11.2
* Author: Bernskiold Media
* Author URI: https://www.bernskioldmedia.com
* Text Domain: bm-wp-experience
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bm-wp-experience",
"version": "3.11.1",
"version": "3.11.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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Plugin extends BasePlugin {

protected static string $slug = 'bm-wp-experience';
protected static string $version = '3.11.1';
protected static string $version = '3.11.2';
protected static string $textdomain = 'bm-wp-experience';
protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;

Expand Down

0 comments on commit a04252e

Please sign in to comment.