From 9c9eb09d923a731ab5671a14f63775f90e11521a Mon Sep 17 00:00:00 2001 From: Adam Oresten Date: Fri, 4 Jun 2021 13:52:40 +0100 Subject: [PATCH] Updated module to point to releases instead --- potato-or-not/module.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/potato-or-not/module.json b/potato-or-not/module.json index 464c2fd..c3de60d 100755 --- a/potato-or-not/module.json +++ b/potato-or-not/module.json @@ -2,7 +2,7 @@ "name": "potato-or-not", "title": "Potato Or Not", "description": "Is your computer a potoato or not? If so, this mod will prompt you that you might want to turn down your graphics.", - "version": "0.4.2", + "version": "0.4.3", "author": "Wasp (Wasp#2005)", "esmodules": [ "main.js" @@ -32,6 +32,7 @@ "minimumCoreVersion": "0.7.7", "compatibleCoreVersion": "0.7.9", "url": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot", - "manifest": "https://raw.githubusercontent.com/Haxxer/FoundryVTT-PotatoOrNot/main/potato-or-not/module.json", - "download": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/raw/main/potato-or-not.zip" + "manifest": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.json", + "download": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.zip" } +