Skip to content

Commit

Permalink
fix version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-bmlt committed Dec 28, 2022
1 parent 394471b commit efdf17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bmlt-workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
* Plugin Name: BMLT Workflow
* Plugin URI: https://github.com/bmlt-enabled/bmlt-workflow
* Description: Workflows for BMLT meeting management!
* Version: 1.0.11
* Version: 1.0.12
* Requires at least: 5.2
* Tested up to: 6.1.1
* Author: @nigel-bmlt
* Author URI: https://github.com/nigel-bmlt
**/

define('BMLTWF_PLUGIN_VERSION', '1.0.11');
define('BMLTWF_PLUGIN_VERSION', '1.0.12');

if ((!defined('ABSPATH') && (!defined('BMLTWF_RUNNING_UNDER_PHPUNIT')))) exit; // die if being called directly

Expand Down

0 comments on commit efdf17e

Please sign in to comment.