We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4153b5 commit b753644Copy full SHA for b753644
Makefile.PL
@@ -66,7 +66,7 @@ my %WriteMakefileArgs = (
66
"URI::URL" => 0,
67
"XML::LibXML::XPathContext" => 0
68
},
69
- "VERSION" => "0.50",
+ "VERSION" => "0.51",
70
"test" => {
71
"TESTS" => "t/*.t t/author/*.t"
72
}
README
@@ -2,7 +2,7 @@ NAME
2
Net::SAML2 - SAML2 bindings and protocol implementation
3
4
VERSION
5
- version 0.50
+ version 0.51
6
7
SYNOPSIS
8
See TUTORIAL.md for implementation documentation and
0 commit comments