Skip to content

Commit

Permalink
0.0.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyRedman-Jisc committed Sep 25, 2023
1 parent a83943c commit 63dd10b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Requires at least: 5.8
- Tested up to: 6.3
- Requires PHP: 7.4
- Stable tag: 0.0.0
- Stable tag: 0.0.1
- License: GPLv3
- License URI: https://www.gnu.org/licenses/gpl-3.0.html

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": "wpbrowsermail",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"scripts": {
"format": "npx prettier . --check"
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: wordpress, woocommerce, email
Requires at least: 5.8
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 0.0.0
Stable tag: 0.0.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions wpbrowsermail.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WPBrowserMail
* Plugin URI: https://www.wpbrowsermail.com
* Description: WordPress Plugin to allow emails to be viewed in the browser
* Version: 0.0.0
* Version: 0.0.1
* Author: AJR Software
* Author URI: https://www.ajrsoftware.com
* License GPL v3 or later
Expand All @@ -26,7 +26,7 @@

defined('ABSPATH') || exit;

define('WPBM_VERSION', '0.0.0');
define('WPBM_VERSION', '0.0.1');
define('WPBM_DIR', plugins_url('', __FILE__));

require_once 'includes/wpbm-helpers.php';
Expand Down

0 comments on commit 63dd10b

Please sign in to comment.