Skip to content

Commit a4583d2

Browse files
committed
v1.0.1
1 parent 62535bd commit a4583d2

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": "xch-wallet",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A modern interface for the Chia wallet",
55
"productName": "XCH Wallet",
66
"main": "main.js",

preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ const loadDaemon = () => {
546546
});
547547
}
548548

549-
const version = "1.0.0";
549+
const version = "1.0.1";
550550

551551
const get_update_data = () => {
552552
return new Promise(async (resolve, reject) => {

0 commit comments

Comments
 (0)