mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 15:16:44 -06:00
Bump version
This commit is contained in:
parent
2c44470c58
commit
9383044a79
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"version": "2024.10.0~pari.Affogato",
|
||||
"version": "2024.10.0-pari-Affogato",
|
||||
"codename": "nasubi",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue