From 34ccac2a3485798db84787f1237c3a6f0c2ee3b4 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Thu, 27 Aug 2020 18:47:36 +0900 Subject: [PATCH] chore: release v4.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1fe293..7bfe0ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "press-ready", "description": "Make your PDFs compliant with press-ready PDF/X-1a.", - "version": "4.0.2", + "version": "4.0.3", "author": "Yasuaki Uechi (https://uechi.io/)", "scripts": { "build": "tsc && shx chmod +x lib/cli.js",