Skip to content

Commit

Permalink
Bump to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Aug 16, 2009
1 parent 180bb65 commit f896261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Changes for MooseX-Role-Parameterized

0.13

0.12 Aug 15, 2009
* Add MooseX::Role::Parameterized->current_metaclass for forward compat
(Sartak)
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/Role/Parameterized.pm
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util 'blessed';

use MooseX::Role::Parameterized::Meta::Role::Parameterizable;

our $VERSION = '0.12';
our $VERSION = '0.13';
our $CURRENT_METACLASS;

Moose::Exporter->setup_import_methods(
Expand Down

0 comments on commit f896261

Please sign in to comment.