diff --git a/VERSION b/VERSION index 6476b3a..f8e233b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.18 +1.9.0 diff --git a/electron/package.json b/electron/package.json index 77df7b0..752d2cf 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "gaming-hub-desktop", "productName": "Gaming Hub", - "version": "1.8.16", + "version": "1.9.0", "description": "Gaming Hub Desktop App mit Ad-Blocker", "author": "Gaming Hub", "main": "main.js", diff --git a/server/package.json b/server/package.json index cf3cfea..3926cbd 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "gaming-hub-server", - "version": "1.8.0", + "version": "1.9.0", "type": "module", "scripts": { "build": "tsc", diff --git a/web/package.json b/web/package.json index d831ba2..6c69df4 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "gaming-hub-web", - "version": "1.8.0", + "version": "1.9.0", "type": "module", "scripts": { "dev": "vite",