From d233f660a66c40ab9c8cc3894d4db1ed28f0a699 Mon Sep 17 00:00:00 2001 From: Ian Lai Date: Thu, 6 Dec 2018 16:23:46 +0000 Subject: [PATCH] v2.15.0 --- cli/package.json | 2 +- cli/src/athenapdf.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)