From 91c901859d55056b8942d9cb4f1e62fa81f31409 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Tue, 20 Nov 2018 15:19:33 -0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a389924..1f70b7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cli-barcode PHP -### Current version [1.0.7](https://github.com/tavinus/cli-barcode/releases/tag/1.0.7) +### Current version [1.0.8](https://github.com/tavinus/cli-barcode/releases/tag/1.0.8) Create awesome barcodes from CLI using PHP. This script uses @picqer's [php-barcode-generator](https://github.com/picqer/php-barcode-generator) to generate barcodes from the command line. For command line parsing @ulrichsg's [getopt-php](https://github.com/ulrichsg/getopt-php) is used.