data: update matches 10-11 results and stats (NED 2-2 JPN, CIV 1-0 ECU)

This commit is contained in:
Lucas Kalil 2026-06-14 22:08:46 -03:00
parent d5a9dadc5d
commit 3e9a60bb9e
2 changed files with 17 additions and 7 deletions

View file

@ -15,7 +15,7 @@ import { initStats } from './stats.js';
let data = null;
const DATA_VERSION = '2026-06-14-rev2';
const DATA_VERSION = '2026-06-14-rev3';
export async function loadData() {
if (data) return data;