Skip to content

Commit

Permalink
Bump version number to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-k committed Nov 22, 2023
1 parent 4189edd commit 30eb257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.4") // also update package.json
.version("0.0.5") // also update package.json
.arguments(`<source.(${extensions})> [destination.pdf]`)
.action((source, destination) => {
input = source;
Expand Down
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.0.4",
"version": "0.0.5",
"type": "module",
"description": "Create a PDF with puppeteer",
"main": "a4.js",
Expand Down

0 comments on commit 30eb257

Please sign in to comment.