Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-k committed Apr 4, 2024
1 parent b835f21 commit 0aedb17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion a4.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let input;
let pdf;

program
.version("0.1.0")
.version("0.1.1")
.arguments(`<source.(${extensions})> [destination.pdf]`)
.action((source, destination) => {
input = source;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maxwell-k/a4",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"description": "Create a PDF with puppeteer",
"main": "a4.js",
Expand Down

0 comments on commit 0aedb17

Please sign in to comment.