bump version to 0.05
Dave Rolsky [Sun, 21 Nov 2010 16:30:16 +0000 (10:30 -0600)]
README
lib/Moose/Policy.pm

diff --git a/README b/README
index c15c472..693ec22 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Moose::Policy version 0.03
+Moose::Policy version 0.05
 ===========================
 
 See the individual module documentation for more information
index ebc704f..7b673e6 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Policy;
 use Moose 'confess', 'blessed';
 
-our $VERSION   = '0.04';
+our $VERSION   = '0.05';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub import {