Skip to content

Commit

Permalink
Update to version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBlade committed Jan 25, 2021
1 parent e02deb5 commit 48f56ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xnbcli",
"version": "1.0.6",
"version": "1.0.7",
"description": "XNB CLI tool for packing and unpacking XNB files.",
"keywords": [
"xnb"
Expand Down
2 changes: 1 addition & 1 deletion xnbcli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let success = 0;
let fail = 0;

// define the version number
const VERSION = '1.0.6';
const VERSION = '1.0.7';

// async wrapper for function
(async () => {
Expand Down

0 comments on commit 48f56ec

Please sign in to comment.