From 99f71a8aab609cd29df0ea8b5d5aab259e71825c Mon Sep 17 00:00:00 2001 From: xRangerDE Date: Thu, 5 Mar 2026 00:58:11 +0100 Subject: [PATCH] release: 4.2.1 switch updater fully to gitea --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4151617..2648ab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7e97978..368a0d8 100644 --- a/package.json +++ b/package.json @@ -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}/" } } }