]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Bump version number
authormartin f. krafft <redacted>
Sun, 2 Jan 2022 03:15:35 +0000 (04:15 +0100)
committermartin f. krafft <redacted>
Sun, 2 Jan 2022 03:15:35 +0000 (04:15 +0100)
scripts/trigger.pl

index 2b215ac059650dfa7538e70a4d4db53a5c29d043..217af76ca9c73c9e017d52a669060d6af8f66688 100644 (file)
@@ -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 {
git clone https://git.99rst.org/PROJECT