Skip to content

Commit bf3d5d0

Browse files
committed
v2.16.0
1 parent 8b5176b commit bf3d5d0

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

cli/package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "athenapdf",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "A simple CLI tool to convert HTML to PDF from a local file or a URL to a web page using Electron (Chromium).",
5-
"keywords": "electron, chrome, cli, html, pdf, converter, generate",
5+
"keywords": [
6+
"electron",
7+
"chrome",
8+
"cli",
9+
"html",
10+
"pdf",
11+
"converter",
12+
"generate"
13+
],
614
"homepage": "https://www.athenapdf.com/",
715
"bugs": {
816
"url": "https://github.com/arachnys/athenapdf/issues"

cli/src/athenapdf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const addHeader = (header, arr) => {
3131
app.commandLine.appendArgument("disable-dev-shm-usage");
3232

3333
athena
34-
.version("2.15.0")
34+
.version("2.16.0")
3535
.description("convert HTML to PDF via stdin or a local / remote URI")
3636
.option("--debug", "show GUI", false)
3737
.option("-T, --timeout <seconds>", "seconds before timing out (default: 120)", parseInt)

0 commit comments

Comments
 (0)