We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62535bd commit a4583d2Copy full SHA for a4583d2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xch-wallet",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A modern interface for the Chia wallet",
5
"productName": "XCH Wallet",
6
"main": "main.js",
preload.js
@@ -546,7 +546,7 @@ const loadDaemon = () => {
546
});
547
}
548
549
-const version = "1.0.0";
+const version = "1.0.1";
550
551
const get_update_data = () => {
552
return new Promise(async (resolve, reject) => {
0 commit comments