Skip to content

Commit 48f56ec

Browse files
committed
Update to version 1.0.7
1 parent e02deb5 commit 48f56ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xnbcli",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "XNB CLI tool for packing and unpacking XNB files.",
55
"keywords": [
66
"xnb"

xnbcli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let success = 0;
1515
let fail = 0;
1616

1717
// define the version number
18-
const VERSION = '1.0.6';
18+
const VERSION = '1.0.7';
1919

2020
// async wrapper for function
2121
(async () => {

0 commit comments

Comments
 (0)