4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-21 06:09:51 +01:00

Fix: updater on linux saying there's an update even on latest update

This commit is contained in:
Quentin Legot 2023-08-29 18:07:31 +02:00
parent e9f91e6b9c
commit 4ddd6b0e9a
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@ module.exports = {
name: 'Launcher'
},
preRelease: false,
draft: true
draft: true,
tagPrefix: ''
}
}
]

View File

@ -1,7 +1,7 @@
{
"name": "altarik-launcher",
"author": "Altarik",
"version": "2.0.5",
"version": "2.0.6",
"description": "Altarik Launcher",
"main": "src/server/main.js",
"homepage": "https://altarik.fr/",