From 033ffa7dec7ded9d04199017804c9c5188a6f739 Mon Sep 17 00:00:00 2001 From: WUOTE <106106310+WUOTE@users.noreply.github.com> Date: Sun, 15 Jun 2025 23:06:33 +0600 Subject: [PATCH] Fix Download URL to Point to the Latest Release --- mods/WUOTE@MagicSort/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/WUOTE@MagicSort/meta.json b/mods/WUOTE@MagicSort/meta.json index f3d15396..12526e9b 100644 --- a/mods/WUOTE@MagicSort/meta.json +++ b/mods/WUOTE@MagicSort/meta.json @@ -7,7 +7,7 @@ ], "author": "WUOTE", "repo": "https://github.com/acidflow-balatro/MagicSort", - "downloadURL": "https://github.com/acidflow-balatro/MagicSort/releases/download/0.6.9/MagicSort.zip", + "downloadURL": "https://github.com/acidflow-balatro/MagicSort/releases/latest/download/MagicSort.zip", "automatic-version-check": true, "version": "0.6.9" }