Fix versions

This commit is contained in:
Yadd 2021-03-30 21:43:25 +02:00
parent ed84fdd771
commit 8f8399ec99
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Common::IPv6;
use strict;
use base 'Exporter';
our $VERSION = '2.0.10';
our $VERSION = '2.1.0';
our @EXPORT = qw(&isIPv6 &net6 &expand6);
sub isIPv6 {

View File

@ -5,7 +5,7 @@ use strict;
use Digest::MD5;
use MIME::Base64 qw/encode_base64/;
our $VERSION = '2.0.10';
our $VERSION = '2.1.0';
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(getSameSite getPSessionID genId2F);

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Portal::Password::Combination;
our $VERSION = '2.0.10';
our $VERSION = '2.1.0';
use strict;
use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_ERROR PE_FIRSTACCESS);

View File

@ -14,7 +14,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_BAD_DEVOPS_FILE
);
our $VERSION = '2.0.12';
our $VERSION = '2.1.0';
extends qw(
Lemonldap::NG::Portal::Main::Plugin

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SESSIONNOTGRANTED
);
our $VERSION = '2.0.12';
our $VERSION = '2.1.0';
extends 'Lemonldap::NG::Portal::Main::Plugin';

View File

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