From c5d2570cd9e4c750d73fa26e0f8ca771d747c45b Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 7 Nov 2015 17:44:12 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/App/Statsbot.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 7be8026..d70270e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension App::Statsbot. +0.001002 2015-11-07T17:44+00:00 + - Fix MANIFEST + - Add perlcritic test and make code comply + 0.001001 2015-10-25T00:55+01:00 - Add !help command - Send error messages correctly diff --git a/README b/README index cae55a6..f037b4c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Statsbot version 0.001001 +App-Statsbot version 0.001002 ============================= statsbot is a simple IRC bot that tracks the people that inhabit a diff --git a/lib/App/Statsbot.pm b/lib/App/Statsbot.pm index 8db29f0..eaf71a3 100644 --- a/lib/App/Statsbot.pm +++ b/lib/App/Statsbot.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.001001'; +our $VERSION = '0.001002'; use POE; use POE::Component::IRC::State; -- 2.39.2