diff --git a/Changes b/Changes index acddd43..f795ba9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for UML-PlantUML-Encoder +0.03 August 24, 2013 + Third version, fixes bug https://rt.cpan.org/Ticket/Display.html?id=148220 reported by Vladimir Alexiev. Thanks for reporting. + 0.02 June 15, 2019 Second version, renamed to UML-PlantUML-Encoder as per suggestions on PrePAN. diff --git a/README.pod b/README.pod index a54fcbc..b7726f4 100644 --- a/README.pod +++ b/README.pod @@ -8,7 +8,7 @@ Encodes PlantUML Diagram Text using the PlantUML Encoding Standard described at =head1 VERSION -Version 0.02 +Version 0.03 =head1 SYNOPSIS diff --git a/lib/UML/PlantUML/Encoder.pm b/lib/UML/PlantUML/Encoder.pm index 6f9741b..780de16 100644 --- a/lib/UML/PlantUML/Encoder.pm +++ b/lib/UML/PlantUML/Encoder.pm @@ -27,11 +27,11 @@ Encodes PlantUML Diagram Text using the PlantUML Encoding Standard described at =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS