From e265328848588e75290e794e0ef47f261425c5ae Mon Sep 17 00:00:00 2001 From: cptn-cosmo Date: Sun, 31 Aug 2025 23:02:23 +0200 Subject: [PATCH] 0.1.1 release, should fix installations --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 631c944..58bc12e 100644 --- a/module.json +++ b/module.json @@ -15,6 +15,6 @@ "packs": [], "languages": [], "url": "https://github.com/cptn-cosmo/DualityDiceRoller", - "manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/raw/refs/tags/0.1.1/module.json", - "download": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/download/0.1.1/module.zip" + "manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/latest/download/module.json", + "download": "https://github.com/cptn-cosmo/DualityDiceRoller/releases/0.1.1/download/module.zip" }