From: martin f. krafft Date: Sun, 2 Jan 2022 03:15:35 +0000 (+0100) Subject: Bump version number X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f31fe17ff7d7e6be0c8f69d77aee13c6ab5570f1;p=irssi-scripts.irssi.org.git Bump version number --- diff --git a/scripts/trigger.pl b/scripts/trigger.pl index 2b215ac..217af76 100644 --- a/scripts/trigger.pl +++ b/scripts/trigger.pl @@ -23,7 +23,7 @@ use Text::ParseWords; use IO::File; use vars qw($VERSION %IRSSI); -$VERSION = '1.2.4'; +$VERSION = '1.2.5'; %IRSSI = ( authors => 'Wouter Coekaerts', contact => 'wouter@coekaerts.be', @@ -31,7 +31,7 @@ $VERSION = '1.2.4'; description => 'execute a command or replace text, triggered by an event in irssi', license => 'GPLv2 or later', url => 'http://wouter.coekaerts.be/irssi/', - changed => '2020-03-10', + changed => '2022-01-02', ); sub cmd_help {