From 2c28c5b90dab63bfe5d974a4c945510bc1d8b8b7 Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Mon, 26 Jun 2023 18:47:03 -0300 Subject: [PATCH] Increment version and Copyright for release --- Makefile.PL | 2 +- README | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 2f5d867..51dca2f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "namespace::autoclean" => 0 }, - "VERSION" => "0.63", + "VERSION" => "0.64", "test" => { "TESTS" => "t/*.t" } diff --git a/README b/README index 0515bc9..3f80b1f 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME Signatures VERSION - version 0.63 + version 0.64 SYNOPSIS my $xml = '123'; @@ -317,8 +317,7 @@ COPYRIGHT AND LICENSE 2016 Jeff Fearn 2017 Mike Wisener, xmikew 2019-2021 Timothy Legge - 2022 Timothy Legge, Wesley Schwengle - 2023 Timothy Legge + 2022-2023 Timothy Legge, Wesley Schwengle This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.