]> iEval git - app-statsbot.git/commitdiff
Bump version and update Changes 0.001002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Nov 2015 17:44:12 +0000 (17:44 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Nov 2015 17:44:12 +0000 (17:44 +0000)
Changes
README
lib/App/Statsbot.pm

diff --git a/Changes b/Changes
index 7be8026a5024095c3b2721430e0eca0423cb1836..d70270e992f9bac9bcdb01997e50190a79b4893a 100644 (file)
--- 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 cae55a69e845af19bd50b4d6f9ae4fc607e5e5c1..f037b4c64e72d4ace9cd9d5396b88dab6cf08474 100644 (file)
--- 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
index 8db29f01f7ccd0d728289cb51e837a991253f1f7..eaf71a381578d6b0192d8545afa32a3066e51bb1 100644 (file)
@@ -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;
This page took 0.025052 seconds and 4 git commands to generate.