From 1045e6626207b56dbe38a75bb28ffbf4d4d26147 Mon Sep 17 00:00:00 2001 From: fzumpe <111559888+fzumpe@users.noreply.github.com> Date: Tue, 19 May 2026 12:48:55 +0200 Subject: [PATCH] Update download URL in module.json --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index 03cb95f..75f5ee9 100644 --- a/module.json +++ b/module.json @@ -21,5 +21,5 @@ "languages": [], "url": "https://github.com/fzumpe/foundry-usernotes", "manifest": "https://raw.githubusercontent.com/fzumpe/foundry-usernotes/main/module.json", - "download": "https://github.com/fzumpe/foundry-usernotes/releases/download/v1.0.1/user-notes.zip" + "download": "https://codeload.github.com/fzumpe/foundry-usernotes/zip/refs/tags/V1.0.0" }