Update versions

This commit is contained in:
Xavier Guimard 2019-06-14 17:27:54 +02:00
parent 65eaefa75f
commit 5fbff01b27
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ use Safe;
extends 'Lemonldap::NG::Portal::Lib::Wrapper';
with 'Lemonldap::NG::Portal::Lib::OverConf';
our $VERSION = '2.0.0';
our $VERSION = '2.0.5';
has modules => ( is => 'rw', default => sub { {} } );

View File

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