Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanohin committed Feb 8, 2019
1 parent 8b5176b commit bf3d5d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/athenapdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>", "seconds before timing out (default: 120)", parseInt)
Expand Down

0 comments on commit bf3d5d0

Please sign in to comment.