fix version display to 0.2.1

This commit is contained in:
Yannick Le Duc
2025-09-22 06:45:28 +02:00
parent 238e57e8e6
commit d38c21944a

View File

@@ -12,7 +12,7 @@ export default function VersionDisplay() {
.then(data => setVersion(data.version))
.catch(() => {
// Fallback si le fichier n'est pas accessible
setVersion('0.2.0');
setVersion('0.2.1');
});
}, []);