bump version to 0.33
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 1afda1b..1d3a6c6 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.32';
+our $VERSION   = '0.33';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';