From 5c711b7ba242b8b4c43f9b88fa8114c1aae4e239 Mon Sep 17 00:00:00 2001 From: corsac Date: Tue, 31 Oct 2023 01:50:32 +0000 Subject: [PATCH] v1.50.1 --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index f0f76dd152..35ed175fcf 100755 --- a/functions.php +++ b/functions.php @@ -154,7 +154,7 @@ public function __construct() { * Prepare variables */ $this->token = 'disciple_tools'; - $this->version = '1.50.0'; + $this->version = '1.50.1'; // $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 23bb3d5317..79805f61b9 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.50.0 +Version: 1.50.1 Requires at least: 4.7.0 License: GPL-2.0 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html