Skip to content

Commit c7a62ae

Browse files
committed
Release 0.03
1 parent 55ac76a commit c7a62ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ String::Compile::Tr - compile tr/// expressions
44

55
# VERSION
66

7-
Version 0.02\_01
7+
Version 0.03
88

99
# SYNOPSIS
1010

lib/String/Compile/Tr.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ String::Compile::Tr - compile tr/// expressions
1212
1313
=head1 VERSION
1414
15-
Version 0.02_01
15+
Version 0.03
1616
1717
=cut
1818

1919
our
20-
$VERSION = '0.02_01';
20+
$VERSION = '0.03';
2121

2222

2323
=head1 SYNOPSIS

lib/String/Compile/Tr/Overload.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ String::Compile::Tr::Overload - overload tr/// operands
1212
1313
=head1 VERSION
1414
15-
Version 0.02_01
15+
Version 0.03
1616
1717
=cut
1818

1919
our
20-
$VERSION = '0.02_01';
20+
$VERSION = '0.03';
2121

2222
=head1 SYNOPSIS
2323

0 commit comments

Comments
 (0)