Skip to content

Commit f04a0d5

Browse files
committed
Increment version for official release
1 parent 33cccb7 commit f04a0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
3838
"Test::More" => 0,
3939
"namespace::autoclean" => 0
4040
},
41-
"VERSION" => "0.10",
41+
"VERSION" => "0.11",
4242
"test" => {
4343
"TESTS" => "t/*.t"
4444
}

README

Lines changed: 1 addition & 1 deletion
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.10
5+
version 0.11
66

77
SYNOPSIS
88
my $decrypter = XML::Enc->new(

0 commit comments

Comments
 (0)