diff --git a/package.json b/package.json index 872ff0c..0dcf38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xnbcli", - "version": "1.0.5", + "version": "1.0.6", "description": "XNB CLI tool for packing and unpacking XNB files.", "keywords": [ "xnb" diff --git a/xnbcli.js b/xnbcli.js index 60d9395..f957cc4 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.4'; +const VERSION = '1.0.6'; // async wrapper for function (async () => {