Bumped up version to 0.02
phaylon [Wed, 8 Aug 2007 16:34:05 +0000 (16:34 +0000)]
lib/MooseX/Types.pm

index 1a96251..6bca30e 100644 (file)
@@ -19,7 +19,7 @@ use Moose;
 
 use namespace::clean -except => [qw( meta )];
 
-our $VERSION = 0.01;
+our $VERSION = 0.02;
 
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};