Skip to content

Commit 753944c

Browse files
committed
ver: 2.4.0
1 parent 780fe6d commit 753944c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ By pressing "Accept" you agree to everything stated above.`,
305305
let powerBlocker = powerSaveBlocker.start("prevent-display-sleep");
306306
app.whenReady().then(() => {
307307
const menu = Menu.buildFromTemplate([{label: `Help`, submenu: [
308-
{ label: `AutoFish ver. 2.3.0 Public` },
308+
{ label: `AutoFish ver. 2.4.0 Public` },
309309
{ type: 'separator' },
310310
{ label: "📘 Read Me", click: () => shell.openExternal("https://github.com/jsbots/AutoFish#guide-blue_book")},
311311
{ label: 'Video', click: () => shell.openExternal("https://youtu.be/A3W8UuVIZTo")},

app/ui/autoFish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class AutoFish {
3939
const footer = elt(`p`, { className: "version" }, versionNode, donateLink, premiumIcon);
4040

4141
ipcRenderer.on("set-version", (event, version) => {
42-
versionNode.textContent = `ver. 2.3.0 Public | `;
42+
versionNode.textContent = `ver. 2.4.0 Public | `;
4343
});
4444
this.settings.regOnChange((config) => {
4545
ipcRenderer.send("save-settings", config);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AutoFish",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "An easy-to-use fishing bot for games with wow-like fishing logic.",
55
"main": "./app/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)