Bump version and update Changes
[authen-passphrase-scrypt.git] / lib / Authen / Passphrase / Scrypt.pm
index 060e2c88eed613216d0d5fbf9c16564b455a97e2..213d4136f9242c14ed6e2e3f9f39b99aa625d452 100644 (file)
@@ -9,7 +9,7 @@ use parent qw/Exporter Authen::Passphrase Class::Accessor::Fast/;
 
 our @EXPORT = qw/crypto_scrypt/;
 our @EXPORT_OK = @EXPORT;
 
 our @EXPORT = qw/crypto_scrypt/;
 our @EXPORT_OK = @EXPORT;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use Data::Entropy::Algorithms qw/rand_bits/;
 use Digest::SHA qw/sha256 hmac_sha256/;
 
 use Data::Entropy::Algorithms qw/rand_bits/;
 use Digest::SHA qw/sha256 hmac_sha256/;
This page took 0.009296 seconds and 4 git commands to generate.