Updated for NewHorizon(1.6.0)

This commit is contained in:
Exlo
2021-12-16 18:34:59 +01:00
parent e58204283e
commit 471067ff6e
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ const template = [
mainWindow.webContents.send("showAboutDialog", infoData); mainWindow.webContents.send("showAboutDialog", infoData);
} }
}, { }, {
label: "Ether1 documentation", label: "Etho Protocol documentation",
click() { click() {
shell.openExternal("https://docs.ethoprotocol.com/"); shell.openExternal("https://docs.ethoprotocol.com/");
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "EthoWallet", "name": "EthoWallet",
"version": "2.4.2", "version": "2.4.3",
"description": "Desktop wallet for Etho Protocol ($ETHO)", "description": "Desktop wallet for Etho Protocol ($ETHO)",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {