Skip to content

Commit

Permalink
Prepare release 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
annlickander authored and github-actions[bot] committed Jun 26, 2023
1 parent 37a9ca9 commit 8e46372
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.10.3
* Version: 3.11.0
* 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.10.3",
"version": "3.11.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": {
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.10.3';
protected static string $version = '3.11.0';
protected static string $textdomain = 'bm-wp-experience';
protected static string $plugin_file_path = BM_WP_EXPERIENCE_FILE_PATH;

Expand Down

0 comments on commit 8e46372

Please sign in to comment.