This commit is contained in:
Peter Stuifzand 2013-09-18 12:45:55 +02:00
parent 180073f623
commit 0bb919ef47
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
Changes for Protocol-Zebra-Label Changes for Protocol-Zebra-Label
{{$NEXT}} {{$NEXT}}
0.0.3 2013-09-18 12:45:43 CEST
[Improvement] [Improvement]
- Add Code128C and UPC-A - Add Code128C and UPC-A

View File

@ -36,6 +36,6 @@
} }
}, },
"release_status" : "stable", "release_status" : "stable",
"version" : "0.0.2" "version" : "0.0.3"
} }

View File

@ -2,7 +2,7 @@ package Protocol::Zebra::Label;
use strict; use strict;
use warnings; use warnings;
use 5.14.2; use 5.14.2;
our $VERSION='0.0.2'; our $VERSION='0.0.3';
use Moose; use Moose;
use Text::Wrap; use Text::Wrap;