From 4885ce98b06aaa8d1323e202307e0951195910a2 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 30 Jun 2014 20:17:30 +0300 Subject: [PATCH] Bump version number and update Changes --- Changes | 4 ++++ lib/App/Devbot.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.30.2