Bump to 0.14
Shawn M Moore [Tue, 16 Dec 2008 07:10:09 +0000 (07:10 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 26bb0fe..844639a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.14
+
 0.13 Tue Dec 16 02:01:40 2008
     * Pass in the instance to the default sub in the constructor (reported with
       failing tests by rjbs)
index 29815cb..2be14ae 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.13';
+our $VERSION = '0.14';
 use 5.006;
 
 BEGIN {