Bump version

This commit is contained in:
fly_mc 2024-10-10 01:14:18 +08:00
parent 2c44470c58
commit 9383044a79
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.10.0~pari.Affogato",
"version": "2024.10.0-pari-Affogato",
"codename": "nasubi",
"repository": {
"type": "git",

View file

@ -75,9 +75,7 @@ export async function common(createVue: () => App<Element>) {
if (lastVersion != null && compareVersions(version, lastVersion) === 1) {
isClientUpdated = true;
}
} catch (err) {
console.error('Error comparing versions:', err);
}
} catch (err) { /* empty */ }
}
//#endregion