Bump to 0.06
Shawn M Moore [Thu, 17 Jul 2008 05:55:40 +0000 (05:55 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index c878cd9..f8fbaf9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Mouse
 
-0.05
+0.06
+
+0.05 Thu Jul 17 01:53:20 2008
     * Mouse::Role
       Mouse::Meta::Role
       Mouse
index 2ab9311..99fab48 100644 (file)
@@ -3,7 +3,7 @@ package Mouse;
 use strict;
 use warnings;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 use 5.006;
 
 use Sub::Exporter;