From c4f317985f64934df5ab98e245732a362c9d2c07 Mon Sep 17 00:00:00 2001 From: corsacca Date: Wed, 3 Oct 2018 20:22:25 +0100 Subject: [PATCH] 0.12.2 language fix --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index f2f5c6f14f..43e1cea897 100644 --- a/functions.php +++ b/functions.php @@ -141,7 +141,7 @@ public function __construct() { * Prepare variables */ $this->token = 'disciple_tools'; - $this->version = '0.12.1'; + $this->version = '0.12.2'; $this->migration_number = 9; diff --git a/style.css b/style.css index 15005c898f..5c52f3f65f 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://disciple.tools Description: Disciple Tools is a coalition management system for disciple making movements. Author URI: https://github.com/DiscipleTools GitHub Plugin URI: https://github.com/DiscipleTools/disciple-tools -Version: 0.12.1 +Version: 0.12.2 Requires at least: 4.7.0 License: GPL-2.0 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html