Skip to content

Commit

Permalink
ver: 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbots committed Dec 6, 2023
1 parent c781b63 commit 59558ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ By pressing "Accept" you agree to everything stated above.`,
let powerBlocker = powerSaveBlocker.start("prevent-display-sleep");
app.whenReady().then(() => {
const menu = Menu.buildFromTemplate([{label: `Help`, submenu: [
{ label: `AutoFish ver. 2.4.0 Public` },
{ label: `AutoFish ver. 2.4.1 Public` },
{ type: 'separator' },
{ label: "📘 Read Me", click: () => shell.openExternal("https://github.com/jsbots/AutoFish#guide-blue_book")},
{ label: 'Video', click: () => shell.openExternal("https://youtu.be/A3W8UuVIZTo")},
Expand Down
2 changes: 1 addition & 1 deletion app/ui/autoFish.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AutoFish {
const footer = elt(`p`, { className: "version" }, versionNode, donateLink, premiumIcon);

ipcRenderer.on("set-version", (event, version) => {
versionNode.textContent = `ver. 2.4.0 Public | `;
versionNode.textContent = `ver. 2.4.1 Public | `;
});
this.settings.regOnChange((config) => {
ipcRenderer.send("save-settings", config);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AutoFish",
"version": "2.4.0",
"version": "2.4.1",
"description": "An easy-to-use fishing bot for games with wow-like fishing logic.",
"main": "./app/main.js",
"scripts": {
Expand Down

0 comments on commit 59558ac

Please sign in to comment.