From: hdp Date: Mon, 19 May 2008 14:01:20 +0000 (+0000) Subject: [bump] 0.002 -> 0.003 X-Git-Tag: 0.003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-InsideOut.git;a=commitdiff_plain;h=b0ba50dd2e491e12b641c6930c76d08e3cdbfd48 [bump] 0.002 -> 0.003 --- diff --git a/README b/README index 3b1f52b..b740eba 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -MooseX-InsideOut 0.002 +MooseX-InsideOut 0.003 INSTALLATION diff --git a/lib/MooseX/InsideOut.pm b/lib/MooseX/InsideOut.pm index 2f0c41f..5bcaa12 100644 --- a/lib/MooseX/InsideOut.pm +++ b/lib/MooseX/InsideOut.pm @@ -7,7 +7,7 @@ use MooseX::InsideOut::Meta::Class; BEGIN { require Moose } use Carp; -our $VERSION = '0.002'; +our $VERSION = '0.003'; sub import { my $class = shift; @@ -38,7 +38,7 @@ MooseX::InsideOut - inside-out objects with Moose =head1 VERSION -Version 0.002 +Version 0.003 =head1 SYNOPSIS