mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-16 08:27:28 -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",
|
"name": "misskey",
|
||||||
"version": "2024.10.0~pari.Affogato",
|
"version": "2024.10.0-pari-Affogato",
|
||||||
"codename": "nasubi",
|
"codename": "nasubi",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue