Skip to content

Commit d62456b

Browse files
committed
ver 2.7.0
1 parent 8620b37 commit d62456b

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
@@ -351,7 +351,7 @@ ipcMain.on('unreg-start-by-fishing-key', () => {
351351
let powerBlocker = powerSaveBlocker.start("prevent-display-sleep");
352352
app.whenReady().then(() => {
353353
const menu = Menu.buildFromTemplate([{label: `Help`, submenu: [
354-
{ label: `AutoFish ver. 2.6.0 Public` },
354+
{ label: `AutoFish ver. 2.7.0 Public` },
355355
{ type: 'separator' },
356356
{ label: "📘 Read Me", click: () => shell.openExternal("https://github.com/jsbots/AutoFish#guide-blue_book")},
357357
{ label: 'Video', click: () => shell.openExternal("https://youtu.be/A3W8UuVIZTo")},

app/ui/autoFish.js

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

4646
ipcRenderer.on("set-version", (event, version) => {
47-
versionNode.textContent = `ver. 2.6.0 Public | `;
47+
versionNode.textContent = `ver. 2.7.0 Public | `;
4848
});
4949

5050
ipcRenderer.on('start-by-fishing-key', () => {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AutoFish",
3-
"version": "2.6.0",
3+
"version": "2.7.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)