Bump version and update Changes master 0.001004
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 13 May 2017 22:34:18 +0000 (01:34 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 13 May 2017 22:34:18 +0000 (01:34 +0300)
Changes
lib/POE/Component/IRC/Plugin/Hello.pm

diff --git a/Changes b/Changes
index 1bd1a507b973312918af91b357e247b6926a1f9d..7313f4f85abda794748d9be10762433f573f750a 100644 (file)
--- 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
index 290d1ae4a298a48bc7de2c7a4540cd23b5620563..6ca61cdf02ab6069b8d8be20bfb5bef0c7a690f7 100644 (file)
@@ -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, E<lt>marius@ieval.roE<gt>
 
 =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,
This page took 0.011898 seconds and 4 git commands to generate.