data: update match 8 results and stats (AUS 2-0 TUR)

- Match 8 finished: Australia 2-0 Turkey
- Added statistics: possession 28/72, shots 9/30, cards 0/1
- Verified in preview with correct modal display
- Updated project memory with refresh entry and sources
- Bumped DATA_VERSION to 2026-06-14-rev1 for cache busting
This commit is contained in:
Lucas Kalil 2026-06-14 03:01:04 -03:00
parent 0f5889d8d6
commit 74fa8603f4
3 changed files with 17 additions and 4 deletions

View file

@ -14,7 +14,7 @@ import { initBracket } from './bracket.js';
let data = null;
const DATA_VERSION = '2026-06-13-rev1';
const DATA_VERSION = '2026-06-14-rev1';
export async function loadData() {
if (data) return data;