diff --git a/modules/menu.js b/modules/menu.js index 9dea040..6d44958 100755 --- a/modules/menu.js +++ b/modules/menu.js @@ -85,7 +85,7 @@ const template = [ mainWindow.webContents.send("showAboutDialog", infoData); } }, { - label: "Ether1 documentation", + label: "Etho Protocol documentation", click() { shell.openExternal("https://docs.ethoprotocol.com/"); } diff --git a/package.json b/package.json index 75c29d5..6df2544 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "EthoWallet", - "version": "2.4.2", + "version": "2.4.3", "description": "Desktop wallet for Etho Protocol ($ETHO)", "main": "main.js", "scripts": {