Skip to content

Commit

Permalink
Update v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBlade committed Mar 26, 2019
1 parent ae3162a commit 2d11564
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.3",
"version": "1.0.4",
"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 @@ -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 () => {
Expand Down

0 comments on commit 2d11564

Please sign in to comment.