diff --git a/wp-sweepbright.php b/wp-sweepbright.php index 35c3be2b..cc1bbacb 100644 --- a/wp-sweepbright.php +++ b/wp-sweepbright.php @@ -10,7 +10,7 @@ * Author: Compagnon Agency * Author URI: https://compagnon.agency/ * Text Domain: wp-sweepbright - * Version: 1.5.7 + * Version: 1.5.9 */ // If this file is called directly, abort. @@ -23,7 +23,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define('WP_SWEEPBRIGHT_VERSION', '1.5.7'); +define('WP_SWEEPBRIGHT_VERSION', '1.5.9'); /** * The code that runs during plugin activation.