Skip to content

Commit

Permalink
bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gray committed Oct 23, 2011
1 parent 9a041b7 commit 0dbb5a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Digest-JH

0.05 Sun Oct 23 05:23:04 UTC 2011
- Added round 3 tweaks for the SHA-3 competetion from sphlib 3.0.

0.04 Mon Nov 29 11:04:26 UTC 2010
- Converted hex and base64 encoders to C.
- Added implicit reset upon call to digest method.
Expand Down
2 changes: 1 addition & 1 deletion lib/Digest/JH.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use parent qw(Exporter Digest::base);

our $VERSION = '0.04';
our $VERSION = '0.05';
$VERSION = eval $VERSION;

eval {
Expand Down

0 comments on commit 0dbb5a0

Please sign in to comment.