From ddefced4b9062425691fd763ec7e33f297434326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=88=D8=B1=D8=AF?= Date: Tue, 22 Apr 2025 22:38:28 +0200 Subject: [PATCH] revert where unnecessary this mod used a release tag (with no additional assets) and originally had `automatic-verison-check: true`, although auto updates for tags weren't implemented, so this field was set to `false` by index maintainers. now that this is supported im making this patch to restore `automatic-version-check` --- mods/StarletDevil@AzzysJokers/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/StarletDevil@AzzysJokers/meta.json b/mods/StarletDevil@AzzysJokers/meta.json index 607e4b52..128dc87b 100644 --- a/mods/StarletDevil@AzzysJokers/meta.json +++ b/mods/StarletDevil@AzzysJokers/meta.json @@ -9,6 +9,6 @@ "author": "Starlet Devil", "repo": "https://github.com/AstrumNativus/AzzysJokers", "downloadURL": "https://github.com/AstrumNativus/AzzysJokers/archive/refs/tags/v1.2.2.zip", - "automatic-version-check": false, + "automatic-version-check": true, "version": "v1.2.2" }