bump version
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 655e7bf..67324d6 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.26';
+our $VERSION   = '0.27';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';