From a3724915b8e72c5f19fd223a12df11e13bff74d6 Mon Sep 17 00:00:00 2001 From: Falko Joseph Date: Fri, 17 May 2024 17:28:22 +0200 Subject: [PATCH] version bump --- wp-sweepbright.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-sweepbright.php b/wp-sweepbright.php index 9b7146ef..145bbb0a 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: 2.13.0 + * Version: 2.13.1 */ // 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', '2.13.0'); +define('WP_SWEEPBRIGHT_VERSION', '2.13.1'); /** * The code that runs during plugin activation.