v1.9.0
Some checks failed
Build & Deploy / build (push) Successful in 1m49s
Build & Deploy / deploy (push) Failing after 3s
Build & Deploy / bump-version (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-11 10:35:36 +01:00
parent 01b29eb3cf
commit c9b9b08c64
4 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
1.8.18 1.9.0

View file

@ -1,7 +1,7 @@
{ {
"name": "gaming-hub-desktop", "name": "gaming-hub-desktop",
"productName": "Gaming Hub", "productName": "Gaming Hub",
"version": "1.8.16", "version": "1.9.0",
"description": "Gaming Hub Desktop App mit Ad-Blocker", "description": "Gaming Hub Desktop App mit Ad-Blocker",
"author": "Gaming Hub", "author": "Gaming Hub",
"main": "main.js", "main": "main.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "gaming-hub-server", "name": "gaming-hub-server",
"version": "1.8.0", "version": "1.9.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",

View file

@ -1,6 +1,6 @@
{ {
"name": "gaming-hub-web", "name": "gaming-hub-web",
"version": "1.8.0", "version": "1.9.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",