From 829033696c8098f987ac5c2fd4f74046f38181c5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 20 Aug 2013 08:15:23 +0300 Subject: [PATCH] Bump version --- Changes | 4 +++- README | 4 ++-- lib/POE/Component/IRC/Plugin/Infobot.pm | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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; -- 2.30.2