From: Marius Gavrilescu Date: Mon, 30 Jun 2014 17:17:30 +0000 (+0300) Subject: Bump version number and update Changes X-Git-Url: http://git.ieval.ro/?p=app-devbot.git;a=commitdiff_plain;h=HEAD Bump version number and update Changes --- diff --git a/Changes b/Changes index dec053b..02cea9c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Release history for Perl extension App::Devbot. +0.001004 2014-06-30T20:17+03:00 + - Untaint --server and --port (RT #96836) - Thanks Philipp Gortan! + - Recommend POE::Component::SSLify + 0.001003 2014-03-17T01:55+02:00 - Update Changes to CPAN::Changes::Spec format - Use a git repository diff --git a/lib/App/Devbot.pm b/lib/App/Devbot.pm index 1ba7bd7..b1c1b24 100644 --- a/lib/App/Devbot.pm +++ b/lib/App/Devbot.pm @@ -3,7 +3,7 @@ package App::Devbot; use v5.14; use strict; use warnings; -our $VERSION = 0.001003; +our $VERSION = 0.001004; use POE; use POE::Component::IRC::State;