Skip to content

Commit

Permalink
Increment version and Copyright for release
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jun 26, 2023
1 parent fab903c commit 2c28c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"namespace::autoclean" => 0
},
"VERSION" => "0.63",
"VERSION" => "0.64",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
Signatures

VERSION
version 0.63
version 0.64

SYNOPSIS
my $xml = '<foo ID="abc">123</foo>';
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2c28c5b

Please sign in to comment.