diff --git a/index.js b/index.js index 7362fb3..a046f07 100755 --- a/index.js +++ b/index.js @@ -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 ", "PAC file to test (specify '-' to read from standard input)" diff --git a/package.json b/package.json index 9b26acf..a5a2a9a 100644 --- a/package.json +++ b/package.json @@ -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": {