Skip to content

Commit 7e9b4d0

Browse files
committed
Update version for 0.05 release
1 parent 299f358 commit 7e9b4d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
3434
"File::Which" => 0,
3535
"Test::More" => 0
3636
},
37-
"VERSION" => "0.04",
37+
"VERSION" => "0.05",
3838
"test" => {
3939
"TESTS" => "t/*.t"
4040
}

README

+1-1
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.04
5+
version 0.05
66

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

lib/XML/Enc.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Crypt::Random qw( makerandom_octet );
1515

1616
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
1717

18-
our $VERSION = '0.04';
18+
our $VERSION = '0.05';
1919

2020
our $DEBUG = 0;
2121

0 commit comments

Comments
 (0)