From 597f183c2257a3e39f475917453e3df60a2a5eff Mon Sep 17 00:00:00 2001 From: Adam Oresten Date: Sun, 24 Oct 2021 00:50:23 +0100 Subject: [PATCH] 0.4.8 --- module.json | 2 +- potato-or-not/module.json | 38 -------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 potato-or-not/module.json diff --git a/module.json b/module.json index 916fefb..5d1bff2 100644 --- a/module.json +++ b/module.json @@ -40,7 +40,7 @@ } ], "minimumCoreVersion": "0.7.7", - "compatibleCoreVersion": "0.8.8", + "compatibleCoreVersion": "0.8.9", "url": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot", "manifest": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.json", "download": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.zip" diff --git a/potato-or-not/module.json b/potato-or-not/module.json deleted file mode 100644 index c3de60d..0000000 --- a/potato-or-not/module.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "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.3", - "author": "Wasp (Wasp#2005)", - "esmodules": [ - "main.js" - ], - "languages": [ - { - "lang": "en", - "name": "English", - "path": "lang/en.json" - }, - { - "lang": "fr-FR", - "name": "Français (France)", - "path": "lang/fr-FR.json" - }, - { - "lang": "pt-BR", - "name": "Português (Brasil)", - "path": "lang/pt-BR.json" - }, - { - "lang": "es", - "name": "Español", - "path": "lang/es.json" - } - ], - "minimumCoreVersion": "0.7.7", - "compatibleCoreVersion": "0.7.9", - "url": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot", - "manifest": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.json", - "download": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.zip" -} -