From b5c5d9235a40a5797eb33534457fd22404b03a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zain=F0=9F=8D=95?= Date: Sun, 9 Nov 2025 18:38:22 +0800 Subject: [PATCH 1/2] Fix favicon path in index.html to ensure correct loading --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 11fb56a..b25227a 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Race Timer — Klub Pemrograman TI POLNES - + From 6d3d9ffe4f03b777017da63c16f7c4992cb584f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zain=F0=9F=8D=95?= Date: Sun, 9 Nov 2025 18:39:34 +0800 Subject: [PATCH 2/2] Bump version to 2.0.1 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57643ed..d4e041c 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "preview": "vite preview" }, "type": "module", - "version": "2.0.0" + "version": "2.0.1" }