diff --git a/package.json b/package.json index 0e14dc1..1e8f84a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xnbcli", - "version": "1.0.3", + "version": "1.0.4", "description": "XNB CLI tool for packing and unpacking XNB files.", "keywords": [ "xnb" diff --git a/xnbcli.js b/xnbcli.js index ddd4457..feaaed5 100644 --- a/xnbcli.js +++ b/xnbcli.js @@ -17,7 +17,7 @@ let success = 0; let fail = 0; // define the version number -const VERSION = '1.0.3'; +const VERSION = '1.0.4'; // async wrapper for function (async () => {