Skip to content

Commit 1b12d45

Browse files
Peter XiePeter Xie
authored andcommitted
v0.8.10
1 parent a47ed75 commit 1b12d45

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const { app, BrowserWindow, Tray, Menu, dialog, autoUpdater } = require ( 'elect
7575
}
7676
if (handleSquirrelEvent()) {
7777
// squirrel event handled and app will exit in 1000ms, so don't do anything else
78-
return
7978
}
8079
// squirrel event handled and app will exit in 1000ms, so don't do anything else
8180
const version = app.getVersion()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qtgate",
3-
"version": "0.8.7",
3+
"version": "0.8.10",
44
"license": "MIT",
55
"description": "QTGate desktop client",
66
"scripts": {

0 commit comments

Comments
 (0)