From: aapa Date: Sat, 20 Dec 2014 18:38:24 +0000 (+0200) Subject: Updated version number to script and scripts.yml, it was difficult to decide what... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b9a4d686fb2905dd2463be309a0dc9a8d275d41;p=irssi-scripts.irssi.org.git Updated version number to script and scripts.yml, it was difficult to decide what part I should increase --- diff --git a/_data/scripts.yaml b/_data/scripts.yaml index e8732fe..f40f798 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -3305,12 +3305,12 @@ - authors: "Andreas ads Scherbaum " description: "set (un)away, if screen is attached/detached" filename: "screen_away.pl" - modified: "2008-05-22 01:28:25" + modified: "2014-12-20 20:30:00" license: "GPL v2" modules: "FileHandle" name: "screen_away" url: "none" - version: "0.9.7.1" + version: "0.9.8.1" - authors: "Stefan tommie Tomanek" commands: "scriptassist" diff --git a/scripts/screen_away.pl b/scripts/screen_away.pl index b1f913d..722ceed 100644 --- a/scripts/screen_away.pl +++ b/scripts/screen_away.pl @@ -4,7 +4,7 @@ use FileHandle; use vars qw($VERSION %IRSSI); -$VERSION = "0.9.7.1"; +$VERSION = "0.9.8.1"; %IRSSI = ( authors => 'Andreas \'ads\' Scherbaum ', name => 'screen_away',