From e063a15c66988b95b20868d326c4a5535ec9b261 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Mar 2026 19:47:13 +0100 Subject: [PATCH] =?UTF-8?q?v1.6.0=20=E2=80=94=20Minor=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build-Optimierung, Electron CI Pipeline, Version-Modal, Auto-Update Fix Co-Authored-By: Claude Opus 4.6 --- VERSION | 2 +- electron/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f0ed379..dc1e644 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.10 +1.6.0 diff --git a/electron/package.json b/electron/package.json index f5cd60d..0d253d5 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "gaming-hub-desktop", "productName": "Gaming Hub", - "version": "1.5.10", + "version": "1.6.0", "description": "Gaming Hub Desktop App mit Ad-Blocker", "author": "Gaming Hub", "main": "main.js",