Bumped version to 0.05
phaylon [Thu, 9 Aug 2007 18:59:01 +0000 (18:59 +0000)]
Changes
lib/MooseX/Types.pm

diff --git a/Changes b/Changes
index ba387a4..dedb2a6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 
+0.05    ...
+        - ...
+
 0.04    Thu Aug  9 20:56:14 CEST 2007
         - Automatically set strict and warnings like Moose does
 
index 15fc683..32d248b 100644 (file)
@@ -20,7 +20,7 @@ use Moose;
 
 use namespace::clean -except => [qw( meta )];
 
-our $VERSION = 0.04;
+our $VERSION = 0.05;
 
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};