Skip to content

Commit 423d5c6

Browse files
committed
Update version number for release
1 parent cf246ce commit 423d5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.03
5+
version 0.04
66

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

lib/XML/Enc.pm

Lines changed: 1 addition & 1 deletion
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.03';
18+
our $VERSION = '0.04';
1919

2020
our $DEBUG = 0;
2121

0 commit comments

Comments
 (0)