Skip to content

Commit ba2bb96

Browse files
committed
Bump version to 1.1.22 and silence auto-updater logger
1 parent 163c89a commit ba2bb96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vbcdr",
3-
"version": "1.1.21",
3+
"version": "1.1.22",
44
"description": "Desktop vibe coding environment for Claude Code developers",
55
"author": {
66
"name": "jo vinkenroye",

src/main/services/auto-updater.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function broadcast(status: UpdateStatus): void {
2222
export function initAutoUpdater(): void {
2323
autoUpdater.autoDownload = true
2424
autoUpdater.autoInstallOnAppQuit = true
25+
autoUpdater.logger = null
2526

2627
autoUpdater.on('checking-for-update', () => {
2728
broadcast({ state: 'checking' })

0 commit comments

Comments
 (0)