fix version display to 0.2.1
This commit is contained in:
@@ -12,7 +12,7 @@ export default function VersionDisplay() {
|
|||||||
.then(data => setVersion(data.version))
|
.then(data => setVersion(data.version))
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
// Fallback si le fichier n'est pas accessible
|
// Fallback si le fichier n'est pas accessible
|
||||||
setVersion('0.2.0');
|
setVersion('0.2.1');
|
||||||
});
|
});
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user