diff --git a/a4.js b/a4.js index f641e61..6704e96 100755 --- a/a4.js +++ b/a4.js @@ -27,7 +27,7 @@ let input; let pdf; program - .version("0.0.4") // also update package.json + .version("0.0.5") // also update package.json .arguments(` [destination.pdf]`) .action((source, destination) => { input = source; diff --git a/package.json b/package.json index fec0214..ceecc71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maxwell-k/a4", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "description": "Create a PDF with puppeteer", "main": "a4.js",