diff --git a/assets/js/app.js b/assets/js/app.js index 5ffd540..3aa6a40 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-rev1'; +const DATA_VERSION = '2026-06-16-rev2'; export async function loadData() { if (data) return data; diff --git a/data/results.json b/data/results.json index 6dd1069..af80da7 100644 --- a/data/results.json +++ b/data/results.json @@ -177,9 +177,14 @@ }, { "matchId": 17, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 54, "away": 46 }, + "shots": { "home": 11, "away": 6 }, + "cards": { "home": 0, "away": 0 } + } }, { "matchId": 18,