diff options
| author | aapa | 2014-12-20 20:38:24 +0200 |
|---|---|---|
| committer | aapa | 2014-12-20 20:38:24 +0200 |
| commit | 5b9a4d686fb2905dd2463be309a0dc9a8d275d41 (patch) | |
| tree | 0933af4bf654f80400ffcc4e8e4001f715f6688a | |
| parent | 40994b2724d52631a2bd74ea7a5bab50d51b45a4 (diff) | |
| download | scripts.irssi.org-5b9a4d686fb2905dd2463be309a0dc9a8d275d41.tar.bz2 | |
Updated version number to script and scripts.yml, it was difficult to decide what part I should increase
| -rw-r--r-- | _data/scripts.yaml | 4 | ||||
| -rw-r--r-- | scripts/screen_away.pl | 2 |
2 files changed, 3 insertions, 3 deletions
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 <ads@wars-nicht.de>" 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 <ads@wars-nicht.de>', name => 'screen_away', |
