diff --git a/Changes b/Changes index 0a2ee5e..d856303 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Monitis +0.8_2 Wed Jun 15 16:25:13 2011 + 0.8_1 Thu Jun 02 00:40:47 2011 First CPAN developer release diff --git a/lib/Monitis.pm b/lib/Monitis.pm index 2775196..e1376fc 100644 --- a/lib/Monitis.pm +++ b/lib/Monitis.pm @@ -11,7 +11,7 @@ use HTTP::Request::Common; use Digest::SHA 'hmac_sha1_base64'; use JSON; -our $VERSION = '0.8_1'; +our $VERSION = '0.8_2'; use constant DEBUG => $ENV{MONITIS_DEBUG} || 0;