release: 4.2.1 switch updater fully to gitea

This commit is contained in:
xRangerDE 2026-03-05 00:58:11 +01:00
parent 935125a83e
commit 99f71a8aab
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "twitch-vod-manager",
"version": "4.2.0",
"version": "4.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "twitch-vod-manager",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "twitch-vod-manager",
"version": "4.2.0",
"version": "4.2.1",
"description": "Twitch VOD Manager - Download Twitch VODs easily",
"main": "dist/main.js",
"author": "xRangerDE",
@ -51,7 +51,7 @@
},
"publish": {
"provider": "generic",
"url": "https://git.24-music.de/Administrator/Twitch-VOD-Manager/releases/latest/download/"
"url": "https://git.24-music.de/Administrator/Twitch-VOD-Manager/releases/download/v${version}/"
}
}
}