From f69b6518fc220a51acd775cf9d8947551eed58f9 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sat, 31 Mar 2018 23:43:01 -0300 Subject: [PATCH] Add --image-resolution option (bump v2.1.3) Just bump version so we know we have the new option --- pdfScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfScale.sh b/pdfScale.sh index ced11b8..15da5ee 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -12,7 +12,7 @@ # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a -VERSION="2.1.2" +VERSION="2.1.3" ###################### EXTERNAL PROGRAMS #######################