From bc2e66698f4cc8931165af721b7e9a911e0ba401 Mon Sep 17 00:00:00 2001 From: chasemrs <76656911+chasemrs@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:08:19 -0300 Subject: [PATCH 1/2] Update lec_world.json --- src-tauri/databases/lec_world.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src-tauri/databases/lec_world.json b/src-tauri/databases/lec_world.json index a48ee0f4e..5824316a0 100644 --- a/src-tauri/databases/lec_world.json +++ b/src-tauri/databases/lec_world.json @@ -449,7 +449,7 @@ "short_name": "SK", "country": "DE", "football_nation": "DE", - "city": "Cologne", + "city": "Berlin", "stadium_name": "SK Gaming Arena", "stadium_capacity": 28000, "finance": 3000000, @@ -25197,7 +25197,7 @@ }, { "id": "lec-shifters-staff-0", - "first_name": "SHFT", + "first_name": "SFT", "last_name": "Staff 1", "date_of_birth": "1988-01-01", "nationality": "EUN", @@ -25218,7 +25218,7 @@ }, { "id": "lec-shifters-staff-1", - "first_name": "SHFT", + "first_name": "SFT", "last_name": "Staff 2", "date_of_birth": "1988-01-01", "nationality": "EUN", @@ -25239,7 +25239,7 @@ }, { "id": "lec-shifters-staff-2", - "first_name": "SHFT", + "first_name": "SFT", "last_name": "Staff 3", "date_of_birth": "1988-01-01", "nationality": "EUN", @@ -25260,7 +25260,7 @@ }, { "id": "lec-shifters-staff-3", - "first_name": "SHFT", + "first_name": "SFT", "last_name": "Staff 4", "date_of_birth": "1988-01-01", "nationality": "EUN", From b3b180854a7c7480f2e6ec9714b84c2242c7d944 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Lopez Date: Thu, 30 Apr 2026 20:14:29 +0200 Subject: [PATCH 2/2] Changed visual update --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index abfd2583e..81f4b3b52 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -12,7 +12,7 @@ "app": { "windows": [ { - "title": "Open League Manager 0.1.1", + "title": "Open League Manager 0.1.2", "width": 1280, "height": 800, "minWidth": 960,