Bump to 0.21
Shawn M Moore [Fri, 10 Apr 2009 00:23:09 +0000 (20:23 -0400)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 0779106..80b46a6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Mouse
 
-0.20
+0.21
+
+
+0.20 Thu Apr 9 20:22:33 2009
     * Squirrel is now deprecated. Use Any::Moose instead (Sartak)
 
     * To improve Moose compat, the third argument to trigger
index ea37765..ea4977f 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';