diff --git a/assets/js/app.js b/assets/js/app.js index 8781f8b..e6c10df 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-17-rev3'; +const DATA_VERSION = '2026-06-18-rev1'; // Optional data layers for the post-tournament stats screen (players, awards, // editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so diff --git a/data/results.json b/data/results.json index 34b5736..38b2543 100644 --- a/data/results.json +++ b/data/results.json @@ -254,9 +254,14 @@ }, { "matchId": 24, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 1, + "awayScore": 3, + "status": "finished", + "stats": { + "possession": { "home": 39, "away": 61 }, + "shots": { "home": 8, "away": 15 }, + "cards": { "home": 1, "away": 1 } + } }, { "matchId": 25,