From ee87b3181bf7295b361300790f48d1451ef6b839 Mon Sep 17 00:00:00 2001 From: Mark Parnell Date: Thu, 3 Aug 2023 11:28:51 +1000 Subject: [PATCH] Bump version --- kpi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kpi.php b/kpi.php index e13fc18..2bc9f5d 100644 --- a/kpi.php +++ b/kpi.php @@ -3,12 +3,12 @@ * Plugin Name: Connexions KPIs * Plugin URI: http://connexionscrm.com/ * Description: Stay up to date with the status of each of your contacts and the unique segment they belong to - * Version: 0.3.10 + * Version: 0.3.11 * Author: Brown Box * Author URI: http://brownbox.net.au * License: Proprietary Brown Box */ -define('BBCONNECT_KPI_VERSION', '0.3.10'); +define('BBCONNECT_KPI_VERSION', '0.3.11'); define('BBCONNECT_KPI_DIR', plugin_dir_path(__FILE__)); define('BBCONNECT_KPI_URL', plugin_dir_url(__FILE__));