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

Commit

Permalink
v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Jul 5, 2018
1 parent bd4482f commit eabbc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "athenapdf",
"version": "2.12.0",
"version": "2.13.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/",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/athenapdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const addHeader = (header, arr) => {
}

athena
.version("2.11.0")
.version("2.13.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 eabbc98

Please sign in to comment.