Bump version and update Changes
[authen-passphrase-scrypt.git] / lib / Authen / Passphrase / Scrypt.pm
index 3a43e25b3632d83f0a1a9cdb3e406b86b65db56f..52fc683f3934e83f0573168fd5879a81d14eaae6 100644 (file)
@@ -9,7 +9,7 @@ use parent qw/Exporter Authen::Passphrase/;
 
 our @EXPORT = qw/crypto_scrypt/;
 our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 
 use Data::Entropy::Algorithms qw/rand_bits/;
 use Digest::SHA qw/sha256 hmac_sha256/;
@@ -215,7 +215,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.1 or,
This page took 0.009952 seconds and 4 git commands to generate.