From: Marius Gavrilescu Date: Tue, 20 Aug 2013 05:15:23 +0000 (+0300) Subject: Bump version X-Git-Tag: 0.001001^0 X-Git-Url: http://git.ieval.ro/?p=poe-component-irc-plugin-infobot.git;a=commitdiff_plain;h=829033696c8098f987ac5c2fd4f74046f38181c5 Bump version --- diff --git a/Changes b/Changes index 6c36855..ec77ae1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension POE::Component::IRC::Plugin::Infobot. -0.001 Sat Jul 6 16:05:43 2013 +0.001001 Tue 20 Aug 08:13:41 EEST 2013 + * Fix build dependencies +0.001 2013-08-09 * Initial release diff --git a/README b/README index 9881e83..43d9de2 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -POE-Component-IRC-Plugin-Infobot version 0.001 -============================================== +POE-Component-IRC-Plugin-Infobot version 0.001001 +================================================= POE::Component::IRC::Plugin::Infobot is a PoCo-IRC plugin that makes a PoCo-IRC behave like a simple infobot. diff --git a/lib/POE/Component/IRC/Plugin/Infobot.pm b/lib/POE/Component/IRC/Plugin/Infobot.pm index 1ca4e7a..4e3426a 100644 --- a/lib/POE/Component/IRC/Plugin/Infobot.pm +++ b/lib/POE/Component/IRC/Plugin/Infobot.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = 0.001; +our $VERSION = 0.001001; use DB_File;