diff --git a/Changes b/Changes index d3974ca..dabf317 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Changes for Protocol-Zebra-Label {{$NEXT}} + +0.0.3 2013-09-18 12:45:43 CEST [Improvement] - Add Code128C and UPC-A diff --git a/META.json b/META.json index c603902..d90c5ba 100644 --- a/META.json +++ b/META.json @@ -36,6 +36,6 @@ } }, "release_status" : "stable", - "version" : "0.0.2" + "version" : "0.0.3" } diff --git a/lib/Protocol/Zebra/Label.pm b/lib/Protocol/Zebra/Label.pm index fa58427..cda107e 100644 --- a/lib/Protocol/Zebra/Label.pm +++ b/lib/Protocol/Zebra/Label.pm @@ -2,7 +2,7 @@ package Protocol::Zebra::Label; use strict; use warnings; use 5.14.2; -our $VERSION='0.0.2'; +our $VERSION='0.0.3'; use Moose; use Text::Wrap;