Fix CDA & AuthBasic namespace (#1638)

This commit is contained in:
Christophe Maudoux 2019-02-04 20:50:27 +01:00
parent a34aa1992b
commit beaab7e7af
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ use strict;
use base 'Lemonldap::NG::Handler::Lib::AuthBasic',
'Lemonldap::NG::Handler::PSGI::Main';
our $VERSION = '2.0.0';
our $VERSION = '2.0.';
1;

View File

@ -8,6 +8,6 @@ use strict;
use base 'Lemonldap::NG::Handler::Lib::CDA',
'Lemonldap::NG::Handler::PSGI::Main';
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
1;