diff --git a/assets/js/app.js b/assets/js/app.js index 744ec0b..482085f 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-15-rev3'; +const DATA_VERSION = '2026-06-15-rev4'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 542bc0f..82117ac 100644 --- a/data/results.json +++ b/data/results.json @@ -155,9 +155,14 @@ }, { "matchId": 15, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 33, "away": 67 }, + "shots": { "home": 7, "away": 28 }, + "cards": { "home": 1, "away": 0 } + } }, { "matchId": 16,