Skip to content

Commit

Permalink
2.1.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbots committed Jul 3, 2023
1 parent 8f23b0d commit e3b13d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/bot/createBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const createBot = (game, { config, settings }, winSwitch, state) => {
settings.autoTh = false;
};

console.log(settings.autoTh);

const { keyboard, mouse, workwindow } = game;
const delay = [config.delay.from, config.delay.to];

Expand Down
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SO
let powerBlocker = powerSaveBlocker.start("prevent-display-sleep");
app.whenReady().then(() => {
const menu = Menu.buildFromTemplate([{label: `Help`, submenu: [
{ label: `AutoFish ver. 2.1.0 Beta Public` },
{ label: `AutoFish ver. 2.1.1 Beta 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.1.0 Beta Public | `;
versionNode.textContent = `ver. 2.1.1 Beta 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.1.0",
"version": "2.1.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 e3b13d2

Please sign in to comment.