]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Update go.pl
authorferret <redacted>
Sun, 19 Oct 2014 14:12:04 +0000 (15:12 +0100)
committerferret <redacted>
Sun, 19 Oct 2014 14:12:04 +0000 (15:12 +0100)
bump go.pl version

scripts/go.pl

index 34bf000a0736dffa2bdcca178aa75af91e11e0be..b656a0fc773a005098fad27ff687d11ee4e5e9e4 100644 (file)
@@ -8,7 +8,7 @@ use Irssi::Irc;
 # If you are in #irssi you can type /go #irssi or /go irssi or even /go ir ...
 # also try /go ir<tab> and /go  <tab> (that's two spaces)
 
-$VERSION = '1.00';
+$VERSION = '1.01';
 
 %IRSSI = (
     authors     => 'nohar',
@@ -16,7 +16,7 @@ $VERSION = '1.00';
     name        => 'go to window',
     description => 'Implements /go command that activates a window given a name/partial name. It features a nice completion.',
     license     => 'GPLv2 or later',
-    changed     => '08-17-04'
+    changed     => '2014-10-19'
 );
 
 sub signal_complete_go {
git clone https://git.99rst.org/PROJECT