add changes, release date, and bump version
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Types / Structured.pm
index 90cf51c..8a19d8b 100644 (file)
@@ -8,7 +8,7 @@ use MooseX::Types -declare => [qw(Dict Tuple Optional)];
 use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] };
 use Devel::PartialDump;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME