Skip to content

Commit

Permalink
Update version number to 105.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxmicrobexxx committed Nov 24, 2024
1 parent d9355f0 commit 36bf8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speakout-email-petitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';
Expand Down

0 comments on commit 36bf8d4

Please sign in to comment.