Version 0.30
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 7c6b6bb..33919ed 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.29';
+our $VERSION   = '0.30';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';