Fix versions

environments/ppa-mbqj77/deployments/695
Xavier Guimard 6 years ago
parent 21206099ce
commit e2b026b7c8
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI.pm
  2. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Lib/Status.pm
  3. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm
  4. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SAML.pm
  5. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/SAML.pm

@ -6,7 +6,7 @@ use JSON;
use Lemonldap::NG::Common::PSGI::Constants;
use Lemonldap::NG::Common::PSGI::Request;
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
our $_json = JSON->new->allow_nonref;

@ -9,7 +9,7 @@ use JSON qw(to_json);
use IO::Select;
use IO::Socket::INET;
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
our $status = {};
our $activity = [];

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

@ -24,7 +24,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SENDRESPONSE
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
extends 'Lemonldap::NG::Portal::Main::Auth', 'Lemonldap::NG::Portal::Lib::SAML';

@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SAML_SLO_ERROR
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.2';
# PROPERTIES

Loading…
Cancel
Save