Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Mar 29, 2014
1 parent 79550ba commit fb48694
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Data::DigestPath

0.04 Sat Mar 29 14:10:36 JST 2014
- implemented the 'trancate' option
- fixed POD

0.03 Tue Feb 11 22:43:07 JST 2014
- fixed POD

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -36,7 +36,7 @@
"provides" : {
"Data::DigestPath" : {
"file" : "lib/Data/DigestPath.pm",
"version" : "0.03"
"version" : "0.04"
}
},
"release_status" : "stable",
Expand All @@ -51,5 +51,5 @@
"url" : "http://github.com/bayashi/Data-DigestPath"
}
},
"version" : "0.03"
"version" : "0.04"
}
2 changes: 1 addition & 1 deletion lib/Data/DigestPath.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Digest::MD5 qw//;

our $VERSION = '0.03';
our $VERSION = '0.04';

use Class::Accessor::Lite (
rw => [qw/ salt depth delim digest trancate /],
Expand Down

0 comments on commit fb48694

Please sign in to comment.