diff --git a/assets/js/app.js b/assets/js/app.js index 3aa6a40..66b8736 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -15,7 +15,7 @@ import { initStats } from './stats.js'; let data = null; -const DATA_VERSION = '2026-06-16-rev2'; +const DATA_VERSION = '2026-06-16-rev4'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 9f2832d..7e6997a 100644 --- a/data/results.json +++ b/data/results.json @@ -199,9 +199,14 @@ }, { "matchId": 19, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 0, + "status": "finished", + "stats": { + "possession": { "home": 48, "away": 52 }, + "shots": { "home": 10, "away": 7 }, + "cards": { "home": 0, "away": 0 } + } }, { "matchId": 20,