Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Dec 8, 2021
1 parent 3fc63f5 commit e96982c
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ my %WriteMakefileArgs = (
"URI::URL" => 0,
"XML::LibXML::XPathContext" => 0
},
"VERSION" => "0.48",
"VERSION" => "0.49",
"test" => {
"TESTS" => "t/*.t t/author/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Net::SAML2 - SAML2 bindings and protocol implementation

VERSION
version 0.48
version 0.49

SYNOPSIS
See TUTORIAL.md for implementation documentation and
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 5.008_001;

# ABSTRACT: SAML2 bindings and protocol implementation

our $VERSION = '0.47';
our $VERSION = '0.49';
$VERSION = eval {$VERSION};

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Binding/POST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Net::SAML2::Binding::POST;

use Moose;

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::Binding::POST - HTTP POST binding for SAML

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Binding/Redirect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package Net::SAML2::Binding::Redirect;
use Moose;
use MooseX::Types::URI qw/ Uri /;

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::Binding::Redirect - HTTP Redirect binding for SAML

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Binding/SOAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use Moose;
use MooseX::Types::URI qw/ Uri /;
use Net::SAML2::XML::Util qw/ no_comments /;

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::Binding::Artifact - SOAP binding for SAML

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/IdP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Net::SAML2::IdP;
use Moose;
use MooseX::Types::URI qw/ Uri /;

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::IdP - SAML Identity Provider object

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Protocol/ArtifactResolve.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use MooseX::Types::URI qw/ Uri /;

with 'Net::SAML2::Role::ProtocolMessage';

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::Protocol::ArtifactResolve - ArtifactResolve protocol class

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Protocol/Assertion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use XML::LibXML;

with 'Net::SAML2::Role::ProtocolMessage';

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::Protocol::Assertion - SAML2 assertion object

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Protocol/AuthnRequest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with 'Net::SAML2::Role::ProtocolMessage';

# ABSTRACT: SAML2 AuthnRequest object

our $VERSION = '0.47';
our $VERSION = '0.49';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Protocol/LogoutRequest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with 'Net::SAML2::Role::ProtocolMessage';

# ABSTRACT: SAML2 LogoutRequest Protocol object

our $VERSION = '0.47';
our $VERSION = '0.49';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Protocol/LogoutResponse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ with 'Net::SAML2::Role::ProtocolMessage';

# ABSTRACT: SAML2 LogoutResponse Protocol object

our $VERSION = '0.47';
our $VERSION = '0.49';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Role/ProtocolMessage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use DateTime;
use MooseX::Types::URI qw/ Uri /;
use Net::SAML2::Util qw(generate_id);

our $VERSION = '0.47';
our $VERSION = '0.49';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/SP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package Net::SAML2::SP;
use Moose;
use MooseX::Types::URI qw/ Uri /;

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2::SP - SAML Service Provider object

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;
package Net::SAML2::Util;

our $VERSION = '0.47';
our $VERSION = '0.49';

use Crypt::OpenSSL::Random qw(random_pseudo_bytes);

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2/XML/Sig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ use strict;
use warnings;
package Net::SAML2::XML::Sig; use base qw(XML::Sig); 1;

our $VERSION = '0.47';
our $VERSION = '0.49';

# ABSTRACT: Net::SAML2 subclass of XML::Sig
2 changes: 1 addition & 1 deletion lib/Net/SAML2/XML/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use XML::LibXML;
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);

$DEBUG = 0;
our $VERSION = '0.47';
our $VERSION = '0.49';

# We are exporting functions
use base qw/Exporter/;
Expand Down

0 comments on commit e96982c

Please sign in to comment.