Update version

This commit is contained in:
Christophe Maudoux 2019-04-29 22:27:20 +02:00
parent 4f430ca4be
commit 321fe29c35
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ use strict;
use Mouse;
use JSON qw(from_json to_json);
our $VERSION = '2.0.0';
our $VERSION = '2.0.4';
extends 'Lemonldap::NG::Portal::Main::Plugin', 'Lemonldap::NG::Common::TOTP';

View File

@ -5,7 +5,7 @@ use strict;
use Mouse;
use JSON qw(from_json to_json);
our $VERSION = '2.0.2';
our $VERSION = '2.0.4';
extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Portal::Lib::U2F';

View File

@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_ERROR
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.4';
extends 'Lemonldap::NG::Portal::Main::Plugin';