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", 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,