From: Marius Gavrilescu Date: Sat, 26 Dec 2015 21:34:04 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.003^0 X-Git-Url: http://git.ieval.ro/?p=nethack-naodash.git;a=commitdiff_plain;h=350c8f14c97a428aff2cf1a7267d61c22be127a9 Bump version and update Changes --- diff --git a/Changes b/Changes index a528348..f0e9d1c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension NetHack::NAOdash. +0.003 2015-12-26T23:34+03:00 + - Support filtering by version + 0.002 2015-08-22T22:42+03:00 - Improve accessibility for colorblind users by using underlines in addition to colors diff --git a/README b/README index cf73f13..a682fa4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -NetHack-NAOdash version 0.002 +NetHack-NAOdash version 0.003 ============================= NetHack is a roguelike (a kind of video game) and NAO diff --git a/lib/App/NAOdash.pm b/lib/App/NAOdash.pm index d6df6be..5bf8b7a 100644 --- a/lib/App/NAOdash.pm +++ b/lib/App/NAOdash.pm @@ -6,7 +6,7 @@ use warnings; use re '/saa'; use utf8; -our $VERSION = '0.002'; +our $VERSION = '0.003'; use Encode qw/encode/; use File::Slurp; diff --git a/lib/App/Web/NAOdash.pm b/lib/App/Web/NAOdash.pm index be36928..f4e299b 100644 --- a/lib/App/Web/NAOdash.pm +++ b/lib/App/Web/NAOdash.pm @@ -6,7 +6,7 @@ use warnings; use re '/saa'; use parent qw/Plack::Component/; -our $VERSION = '0.002'; +our $VERSION = '0.003'; use Digest::SHA qw/sha256_base64/; use File::Slurp; diff --git a/lib/NetHack/NAOdash.pm b/lib/NetHack/NAOdash.pm index f4d09ab..5a27640 100644 --- a/lib/NetHack/NAOdash.pm +++ b/lib/NetHack/NAOdash.pm @@ -6,7 +6,7 @@ use warnings; use re '/saa'; use parent qw/Exporter/; -our $VERSION = '0.002'; +our $VERSION = '0.003'; our @EXPORT_OK = qw/naodash_xlog naodash_user/; our @EXPORT = @EXPORT_OK;