diff --git a/package.json b/package.json index 7ac0fa4..0e14dc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xnbcli", - "version": "1.0.2", + "version": "1.0.3", "description": "XNB CLI tool for packing and unpacking XNB files.", "keywords": [ "xnb" diff --git a/xnbcli.js b/xnbcli.js index 17a5456..ddd4457 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.2'; +const VERSION = '1.0.3'; // async wrapper for function (async () => {