fixing some utf stuff we forgot
Stevan Little [Tue, 16 Oct 2007 04:14:06 +0000 (04:14 +0000)]
README
lib/MooseX/Storage.pm

diff --git a/README b/README
index 64ad78a..9cc256f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-MooseX-Storage version 0.07
+MooseX-Storage version 0.09
 
 INSTALLATION
 
index 5c73ec9..2146601 100644 (file)
@@ -4,7 +4,7 @@ use Moose qw(confess);
 
 use MooseX::Storage::Meta::Attribute::DoNotSerialize;
 
-our $VERSION   = '0.08';
+our $VERSION   = '0.09';
 our $AUTHORITY = 'cpan:STEVAN';
 
 sub import {