From e0c57ce78b27b6073bf2d95c66766366368b53a4 Mon Sep 17 00:00:00 2001 From: Crovaxon Date: Sun, 11 May 2025 16:22:17 +0200 Subject: [PATCH] Changed socketlib dependency to my own hosted instance and upped version compatibility so Foundry v13 will be able to install this. --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 38422a9..7fde747 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "compatibility": { "minimum": "12", "verified": "12", - "maximum": "12" + "maximum": "13" }, "authors": [ { @@ -75,7 +75,7 @@ { "id": "socketlib", "type": "module", - "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" + "manifest": "https://gitea.crovaxon.de/crovaxon/foundryvtt-socketlib/raw/branch/develop/module.json" } ] },