Update versions

This commit is contained in:
Xavier Guimard 2019-01-31 23:20:57 +01:00
parent c60ba130b8
commit c77317fef7
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ use strict;
use Crypt::URandom;
use Digest::SHA qw(sha256 sha256_hex sha256_base64);
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
sub generate {
my $session = shift;

View File

@ -9,7 +9,7 @@ use Convert::Base32 qw(decode_base32 encode_base32);
use Crypt::URandom;
use Digest::HMAC_SHA1 'hmac_sha1_hex';
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
# Verify that TOTP $code matches with $secret
sub verifyCode {

View File

@ -5,7 +5,7 @@ use Mouse;
use JSON qw(from_json to_json);
use Crypt::URandom;
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
extends 'Lemonldap::NG::Common::Module';