Skip to content

Commit d8593db

Browse files
committed
Bump 3.0.0
1 parent 1dfb7c9 commit d8593db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

auto_updater.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"name": "Release 2.0.2",
3-
"url": "https://github.com/manosim/gitify/releases/download/2.0.2/gitify-osx.zip"
2+
"name": "Release 3.0.0",
3+
"url": "https://github.com/manosim/gitify/releases/download/3.0.0/gitify-osx.zip"
44
}

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const menubarApp = menubar({
3535
menubarApp.on('ready', () => {
3636
menubarApp.tray.setIgnoreDoubleClickEvents(true);
3737

38-
autoUpdater.checkForUpdatesAndNotify()
38+
autoUpdater.checkForUpdatesAndNotify();
3939

4040
ipcMain.on('reopen-window', () => menubarApp.showWindow());
4141
ipcMain.on('startup-enable', () => autoStart.enable());

0 commit comments

Comments
 (0)