From 8a4b99cf64f9c6e55efe5c3a109fae5083080d9d Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Fri, 30 Aug 2024 15:18:51 -0300 Subject: [PATCH] Bump repo version after release --- Makefile.PL | 2 +- README | 2 +- lib/Net/SAML2.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 0634435..dd55c93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -71,7 +71,7 @@ my %WriteMakefileArgs = ( "Test::Pod" => "1.14", "Test::Pod::Coverage" => "1.04" }, - "VERSION" => "0.81", + "VERSION" => "0.82", "test" => { "TESTS" => "t/*.t t/author/*.t" } diff --git a/README b/README index c907957..68dc8ea 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Net::SAML2 - SAML2 bindings and protocol implementation VERSION - version 0.81 + version 0.82 SYNOPSIS See TUTORIAL.md for implementation documentation and diff --git a/lib/Net/SAML2.pm b/lib/Net/SAML2.pm index 8f5a8a2..d890d22 100644 --- a/lib/Net/SAML2.pm +++ b/lib/Net/SAML2.pm @@ -1,7 +1,7 @@ use strict; use warnings; package Net::SAML2; -our $VERSION = '0.81'; +our $VERSION = '0.82'; require 5.012;