Bump versions
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index f7aa0df..5f9f98b 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.22';
+our $VERSION   = '0.23';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';