From: martin f. krafft Date: Sun, 5 Sep 2021 22:46:14 +0000 (+0200) Subject: Increment for new version: 1.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9316ab9694ac0b960abfb80551047eddbd9819ca;p=irssi-scripts.irssi.org.git Increment for new version: 1.3 Signed-off-by: martin f. krafft --- diff --git a/scripts/ctrlact.pl b/scripts/ctrlact.pl index 9326a26..31a042e 100644 --- a/scripts/ctrlact.pl +++ b/scripts/ctrlact.pl @@ -1,6 +1,6 @@ # ctrlact.pl — Irssi script for fine-grained control of activity indication # -# © 2017 martin f. krafft +# © 2017–2021 martin f. krafft # Released under the MIT licence. # ### Usage: @@ -111,7 +111,7 @@ use Carp qw( croak ); use Irssi; use Text::ParseWords; -our $VERSION = '1.2'; +our $VERSION = '1.3'; our %IRSSI = ( authors => 'martin f. krafft', @@ -120,7 +120,7 @@ our %IRSSI = ( description => 'allows per-channel control over activity indication', license => 'MIT', url => 'https://github.com/irssi/scripts.irssi.org/blob/master/scripts/ctrlact.pl', - changed => '2017-02-24' + changed => '2021-09-06' ); ### DEFAULTS AND SETTINGS ######################################################