diff --git a/assets/js/app.js b/assets/js/app.js index ca7c054..bbf139a 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-14-rev3'; +const DATA_VERSION = '2026-06-15-rev1'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 3ede08b..7711a4a 100644 --- a/data/results.json +++ b/data/results.json @@ -122,9 +122,14 @@ }, { "matchId": 12, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 5, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 49, "away": 51 }, + "shots": { "home": 17, "away": 5 }, + "cards": { "home": 0, "away": 1 } + } }, { "matchId": 13,