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", "name": "misskey",
"version": "2024.10.0~pari.Affogato", "version": "2024.10.0-pari-Affogato",
"codename": "nasubi", "codename": "nasubi",
"repository": { "repository": {
"type": "git", "type": "git",

View file

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