From 0bb919ef479497370fd4aa8328f34eecf4095696 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 18 Sep 2013 12:45:55 +0200 Subject: [PATCH] 0.0.3 --- Changes | 2 ++ META.json | 2 +- lib/Protocol/Zebra/Label.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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;