From 446aa7dabb6483b68e56b75e7996b8d5e7545158 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 7 Aug 2013 16:08:14 +0200 Subject: [PATCH] 0.0.2 --- Changes | 2 ++ lib/Protocol/Zebra/Label.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a88ae23..a73bfbb 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Changes for Protocol-Zebra-Label {{$NEXT}} + +0.0.2 2013-08-07 16:07:56 CEST [Improvement] - Converted to Milla diff --git a/lib/Protocol/Zebra/Label.pm b/lib/Protocol/Zebra/Label.pm index 7cc283f..3b553ea 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.1'; +our $VERSION='0.0.2'; use Moose; use Text::Wrap;