Bump version 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 20 Aug 2013 05:15:23 +0000 (08:15 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 20 Aug 2013 05:15:23 +0000 (08:15 +0300)
Changes
README
lib/POE/Component/IRC/Plugin/Infobot.pm

diff --git a/Changes b/Changes
index 6c3685597f2ff6de6b9cd780defea84809ad606d..ec77ae1d0294dd8a997a72cadd8e9ed66b6b8d32 100644 (file)
--- 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 9881e83c1689f142dc76365ab78b97675f911df8..43d9de253ac733a154dcc7e446b3006b3fc87790 100644 (file)
--- 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.
index 1ca4e7a096c7f987a84a8878a3fb3ef741cfd790..4e3426a07db39571d2550e8cf4392db834c66aa9 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = 0.001;
+our $VERSION = 0.001001;
 
 use DB_File;
 
This page took 0.012128 seconds and 4 git commands to generate.