From e4750515050ab385e56be7b18c541463d29cb97e Mon Sep 17 00:00:00 2001 From: Justin Freeman Date: Wed, 24 Mar 2021 09:46:51 +1100 Subject: [PATCH] SUP-26989 Fix incorrect interval being returned in thermometer --- civicrm-ux.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/civicrm-ux.php b/civicrm-ux.php index 037250d..1768ed9 100755 --- a/civicrm-ux.php +++ b/civicrm-ux.php @@ -24,7 +24,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'CIVICRM_UXVERSION', '1.1.2' ); +define( 'CIVICRM_UXVERSION', '1.1.3' ); // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) {