Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjr committed Aug 31, 2022
1 parent c1f95cf commit 3e5d339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ program
"Pure JS* implementation of pactester. \n\n * (Almost. Currently still relies on c++.)"
)
.helpOption(false)
.version("0.0.3", "-v")
.version("0.0.4", "-v")
.option(
"-p <pacfile>",
"PAC file to test (specify '-' to read from standard input)"
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": "pactester",
"version": "0.0.3",
"version": "0.0.4",
"description": "Pure JS* implementation of pactester.",
"homepage": "https://github.com/fcjr/pactester#README",
"bin": {
Expand Down

0 comments on commit 3e5d339

Please sign in to comment.