From c87dcafce7af46d920927d32d757ea8c95ae4f87 Mon Sep 17 00:00:00 2001 From: corsacca Date: Tue, 8 Oct 2024 12:48:37 +0100 Subject: [PATCH] v1.68.1 --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 1dbb2e392..9f1b132b3 100755 --- a/functions.php +++ b/functions.php @@ -206,7 +206,7 @@ public function __construct() { * Prepare variables */ $this->token = 'disciple_tools'; - $this->version = '1.68.0'; + $this->version = '1.68.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 e92a4cae1..1c4e154fb 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.68.0 +Version: 1.68.1 Requires at least: 4.7.0 License: GPL-2.0 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html