diff --git a/cli/package.json b/cli/package.json index 8d1814ca..4fd5cb88 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "athenapdf", - "version": "2.14.0", + "version": "2.15.0", "description": "A simple CLI tool to convert HTML to PDF from a local file or a URL to a web page using Electron (Chromium).", "keywords": "electron, chrome, cli, html, pdf, converter, generate", "homepage": "https://www.athenapdf.com/", diff --git a/cli/src/athenapdf.js b/cli/src/athenapdf.js index 4aedeec2..584a5286 100644 --- a/cli/src/athenapdf.js +++ b/cli/src/athenapdf.js @@ -28,7 +28,7 @@ const addHeader = (header, arr) => { } athena - .version("2.14.0") + .version("2.15.0") .description("convert HTML to PDF via stdin or a local / remote URI") .option("--debug", "show GUI", false) .option("-T, --timeout ", "seconds before timing out (default: 120)", parseInt)