From 1221c14ac0c29cb7b9fd197b33f707e62e423bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zain=F0=9F=8D=95?= Date: Sun, 9 Nov 2025 18:48:14 +0800 Subject: [PATCH] Fix favicon path and bump version to 2.0.2 --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b25227a..be98a7e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Race Timer — Klub Pemrograman TI POLNES - + diff --git a/package.json b/package.json index d4e041c..ff0fac9 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "preview": "vite preview" }, "type": "module", - "version": "2.0.1" + "version": "2.0.2" }