Skip to content

Commit

Permalink
2.1.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbots committed Jun 28, 2023
1 parent a3011cd commit 4c4df01
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 @@ -289,7 +289,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.0.1 Beta Public` },
{ label: `AutoFish ver. 2.1.0 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.0.1 Beta Public | `;
versionNode.textContent = `ver. 2.1.0 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.0.0",
"version": "2.1.0",
"description": "An easy-to-use fishing bot for WoW.",
"main": "./app/main.js",
"scripts": {
Expand Down

0 comments on commit 4c4df01

Please sign in to comment.