From 36bf8d475e1bc222925bea727832c8b8e971891c Mon Sep 17 00:00:00 2001 From: xxxmicrobexxx Date: Mon, 25 Nov 2024 08:59:27 +1000 Subject: [PATCH] Update version number to 105.3.0 --- speakout-email-petitions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/speakout-email-petitions.php b/speakout-email-petitions.php index 9eb302c..216a64b 100644 --- a/speakout-email-petitions.php +++ b/speakout-email-petitions.php @@ -15,7 +15,7 @@ License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html -Version: 105.2.2 +Version: 105.3.0 {Plugin Name} is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or @@ -31,7 +31,7 @@ global $wpdb, $db_petitions, $db_signatures, $dk_speakout_version; -$dk_speakout_version = '105.2.2'; +$dk_speakout_version = '105.3.0'; $db_petitions = $wpdb->prefix . 'dk_speakout_petitions'; $db_signatures = $wpdb->prefix . 'dk_speakout_signatures';