From 90d9e1ee48ad62f758e759d08b47950938467301 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 22 Aug 2015 22:42:00 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 8 +++++++- README | 2 +- lib/App/NAOdash.pm | 2 +- lib/App/Web/NAOdash.pm | 2 +- lib/NetHack/NAOdash.pm | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 0a325ce..a528348 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ Revision history for Perl extension NetHack::NAOdash. +0.002 2015-08-22T22:42+03:00 + - Improve accessibility for colorblind users by using underlines in + addition to colors + - Add caching + - Add a index page to the web interface + 0.001 2015-07-02T13:16+03:00 - - Initial release + - Initial release diff --git a/README b/README index 3f57d70..cf73f13 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -NetHack-NAOdash version 0.001 +NetHack-NAOdash version 0.002 ============================= NetHack is a roguelike (a kind of video game) and NAO diff --git a/lib/App/NAOdash.pm b/lib/App/NAOdash.pm index 0938a4b..85a5270 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.001'; +our $VERSION = '0.002'; use Encode qw/encode/; use File::Slurp; diff --git a/lib/App/Web/NAOdash.pm b/lib/App/Web/NAOdash.pm index a9d0482..985aacc 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.001'; +our $VERSION = '0.002'; use Digest::SHA qw/sha256_base64/; use File::Slurp; diff --git a/lib/NetHack/NAOdash.pm b/lib/NetHack/NAOdash.pm index c9e376f..2338349 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.001'; +our $VERSION = '0.002'; our @EXPORT_OK = qw/naodash_xlog naodash_user/; our @EXPORT = @EXPORT_OK; -- 2.30.2