This commit is contained in:
Peter Stuifzand 2013-08-07 16:08:14 +02:00
parent 9b9a317b65
commit 446aa7dabb
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Changes for Protocol-Zebra-Label
{{$NEXT}}
0.0.2 2013-08-07 16:07:56 CEST
[Improvement]
- Converted to Milla

View File

@ -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;