From: Shawn M Moore Date: Fri, 13 Jun 2008 01:58:40 +0000 (+0000) Subject: Bump to 0.04 X-Git-Tag: 0.04~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66efb1c8a37ac10378a07dd550e583efe0c7d62d;p=gitmo%2FMouse.git Bump to 0.04 --- diff --git a/Changes b/Changes index eada408..3abe605 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Mouse +0.04 + 0.03 Thu Jun 12 21:54:07 2008 * Mouse: - Add before/after/around, courtesy of Class::Method::Modifiers diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 3db29a6..2e71b9f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ package Mouse; use strict; use warnings; -our $VERSION = '0.03'; +our $VERSION = '0.04'; use 5.006; use Sub::Exporter;