From d4df44503d8844b01f39da9dae5c546623d3a99f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 24 Sep 2013 14:08:54 +0300 Subject: [PATCH] Bump version --- Changes | 5 ++++- README | 4 ++-- lib/POE/Component/IRC/Plugin/Hello.pm | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 48e3ab4..c78766d 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,5 @@ +0.001001 Tue 24 Sep 14:07:08 EEST 2013 + - Replace "niihau" with "ni hao" + POE::Component::IRC::Plugin::Hello (0.001) 11 Jul 2013 - * Initial release \ No newline at end of file + * Initial release diff --git a/README b/README index b35cfa4..557522d 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -POE-Component-IRC-Plugin-Hello version 0.001 -============================================ +POE-Component-IRC-Plugin-Hello version 0.001001 +=============================================== POE::Component::IRC::Plugin::Hello is a PoCo-IRC plugin that greets back who greet him or a channel in public. It knows how to say hello in several diff --git a/lib/POE/Component/IRC/Plugin/Hello.pm b/lib/POE/Component/IRC/Plugin/Hello.pm index 3e83230..90c14f1 100644 --- a/lib/POE/Component/IRC/Plugin/Hello.pm +++ b/lib/POE/Component/IRC/Plugin/Hello.pm @@ -1,8 +1,9 @@ -package POE::Component::IRC::Plugin::Hello 0.001; +package POE::Component::IRC::Plugin::Hello; use 5.014000; use strict; use warnings; +our $VERSION = '0.001001'; use List::Util qw/first/; -- 2.30.2