Fix version

This commit is contained in:
Xavier Guimard 2018-12-21 08:17:20 +01:00
parent 2a138ced29
commit eb1f94bcba
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# Display functions for LemonLDAP::NG Portal
package Lemonldap::NG::Portal::Main::Display;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
package Lemonldap::NG::Portal::Main;
use strict;

View File

@ -28,7 +28,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_USERNOTFOUND
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Portal::Lib::SMTP';

View File

@ -22,7 +22,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Portal::Lib::SMTP';