bump version for release
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 1d3a6c6..a5db2a4 100644 (file)
@@ -1,4 +1,3 @@
-
 package MooseX::Storage::Format::JSON;
 use Moose::Role;
 
@@ -7,7 +6,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.33';
+our $VERSION   = '0.34';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';