From b0d279b3640dc090b4de16019fb05907c31d3a28 Mon Sep 17 00:00:00 2001 From: corsac Date: Mon, 17 Jul 2023 16:24:07 +0100 Subject: [PATCH] v1.42.3 --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index ad7153cf93..5d647bd802 100755 --- a/functions.php +++ b/functions.php @@ -154,7 +154,7 @@ public function __construct() { * Prepare variables */ $this->token = 'disciple_tools'; - $this->version = '1.42.2'; + $this->version = '1.42.3'; // $this->migration_number = 38; // moved to Disciple_Tools_Migration_Engine::$migration_number $this->theme_url = get_template_directory_uri() . '/'; diff --git a/style.css b/style.css index 775333efed..02c1e7f6a7 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: Disciple Tools Theme URI: https://github.com/DiscipleTools/disciple-tools-theme Description: Disciple.Tools is a coalition management system for disciple making movements. Author URI: https://github.com/DiscipleTools -Version: 1.42.2 +Version: 1.42.3 Requires at least: 4.7.0 License: GPL-2.0 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html