From bf3d5d0070b079bc38f76f56aeb2ca09f3b3454c Mon Sep 17 00:00:00 2001 From: Alex Anokhin Date: Fri, 8 Feb 2019 15:35:36 +0200 Subject: [PATCH] v2.16.0 --- cli/package.json | 12 ++++++++++-- cli/src/athenapdf.js | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/cli/package.json b/cli/package.json index 4fd5cb88..98532ce3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,8 +1,16 @@ { "name": "athenapdf", - "version": "2.15.0", + "version": "2.16.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", + "keywords": [ + "electron", + "chrome", + "cli", + "html", + "pdf", + "converter", + "generate" + ], "homepage": "https://www.athenapdf.com/", "bugs": { "url": "https://github.com/arachnys/athenapdf/issues" diff --git a/cli/src/athenapdf.js b/cli/src/athenapdf.js index ad2628ae..f80eac88 100644 --- a/cli/src/athenapdf.js +++ b/cli/src/athenapdf.js @@ -31,7 +31,7 @@ const addHeader = (header, arr) => { app.commandLine.appendArgument("disable-dev-shm-usage"); athena - .version("2.15.0") + .version("2.16.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)