From 7136aafec6111f6a9cd8adc1b793caa28f9142a9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 10 Mar 2026 23:20:44 +0100 Subject: [PATCH] chore(electron): sync version to 1.8.15 Align Electron app version with server release for consistent auto-update delivery. Co-Authored-By: Claude Opus 4.6 --- electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/package.json b/electron/package.json index 1ae33db..2448d66 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "gaming-hub-desktop", "productName": "Gaming Hub", - "version": "1.8.0", + "version": "1.8.15", "description": "Gaming Hub Desktop App mit Ad-Blocker", "author": "Gaming Hub", "main": "main.js",