From e2d4d49f2a09e219ed100b3e3fd8138b5ed5f779 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Fri, 19 May 2017 09:31:04 -0300 Subject: [PATCH] v2.1.2 - Small fix to help messages --- README.md | 2 +- pdfScale.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0180d50..24c61f9 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ $ pdfscale -v -v -r 'custom mm 200 300' -f disable -s 0.95 ../mixsync\ manual\ v ## Help info ``` $ pdfscale -h -pdfscale v2.1.1 +pdfscale v2.1.2 Usage: pdfscale pdfscale -i diff --git a/pdfScale.sh b/pdfScale.sh index fec170a..7eeaae2 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -12,7 +12,7 @@ # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a -VERSION="2.1.1" +VERSION="2.1.2" ###################### EXTERNAL PROGRAMS #######################