From f18b7a919c35e4d3925fad7e04dd9367323384ad Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 14 May 2017 01:34:18 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ lib/POE/Component/IRC/Plugin/Hello.pm | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1bd1a50..7313f4f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.001004 2017-06-13T23:34+01:00 + - Fix greetings in Dutch + (patch applied in 2015, never released) + 0.001003 2015-02-21T23:23+02:00 - Add more greetings - Add perlcritic tests and make code compliant diff --git a/lib/POE/Component/IRC/Plugin/Hello.pm b/lib/POE/Component/IRC/Plugin/Hello.pm index 290d1ae..6ca61cd 100644 --- a/lib/POE/Component/IRC/Plugin/Hello.pm +++ b/lib/POE/Component/IRC/Plugin/Hello.pm @@ -7,7 +7,7 @@ use utf8; use Encode qw/encode decode/; use Unicode::Normalize qw/NFC/; -our $VERSION = '0.001003'; +our $VERSION = '0.001004'; use List::Util qw/first/; @@ -85,7 +85,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2013-2015 by Marius Gavrilescu +Copyright (C) 2013-2017 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, -- 2.30.2