Skip to content

Commit 812ea36

Browse files
committed
0.59 updates
1 parent f589dd0 commit 812ea36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ my %WriteMakefileArgs = (
7575
"URI::URL" => 0,
7676
"XML::LibXML::XPathContext" => 0
7777
},
78-
"VERSION" => "0.58",
78+
"VERSION" => "0.59",
7979
"test" => {
8080
"TESTS" => "t/*.t t/author/*.t"
8181
}

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Net::SAML2 - SAML2 bindings and protocol implementation
33

44
VERSION
5-
version 0.58
5+
version 0.59
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

lib/Net/SAML2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33
package Net::SAML2;
4-
our $VERSION = "0.58";
4+
our $VERSION = "0.59";
55

66
require 5.008_001;
77

0 commit comments

Comments
 (0)