Skip to content

Commit de6ffdd

Browse files
committed
Increment version number for repo and update Copyright
1 parent c72b1ca commit de6ffdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
3333
"File::Which" => 0,
3434
"Test::More" => 0
3535
},
36-
"VERSION" => "0.08",
36+
"VERSION" => "0.09",
3737
"test" => {
3838
"TESTS" => "t/*.t"
3939
}

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
XML::Enc - XML::Enc Encryption Support
33

44
VERSION
5-
version 0.08
5+
version 0.09
66

77
SYNOPSIS
88
my $decrypter = XML::Enc->new(
@@ -121,7 +121,7 @@ AUTHOR
121121
Timothy Legge <[email protected]>
122122

123123
COPYRIGHT AND LICENSE
124-
This software is copyright (c) 2022 by TImothy Legge.
124+
This software is copyright (c) 2023 by TImothy Legge.
125125

126126
This is free software; you can redistribute it and/or modify it under
127127
the same terms as the Perl 5 programming language system itself.

0 commit comments

Comments
 (0)