Bump version numbers for release
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Format / JSON.pm
index 0cebba1..7f10426 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'once';
 use JSON::Any;
 use utf8 ();
 
-our $VERSION   = '0.17';
+our $VERSION   = '0.18';
 our $AUTHORITY = 'cpan:STEVAN';
 
 requires 'pack';