diff --git a/module.json b/module.json index cf956a2..9a1fe03 100644 --- a/module.json +++ b/module.json @@ -4,8 +4,8 @@ "description": "
A module to integrate World Anvil with Foundry Virtual Tabletop.
", "author": "Atropos", "authors": [], - "url": "https://gitlab.com/foundrynet/world-anvil", - "version": "1.3.1", + "url": "https://github.com/foundryvtt/world-anvil", + "version": "1.3.2", "minimumCoreVersion": "0.7.6", "compatibleCoreVersion": "9", "scripts": [], @@ -25,6 +25,6 @@ "packs": [], "system": [], "dependencies": [], - "manifest": "https://gitlab.com/foundrynet/world-anvil/-/raw/master/module.json", - "download": "https://gitlab.com/foundrynet/world-anvil/-/archive/release-1.3.1/world-anvil-release-1.3.1.zip" + "manifest": "https://raw.githubusercontent.com/foundryvtt/world-anvil/master/module.json", + "download": "https://github.com/foundryvtt/world-anvil/archive/refs/tags/release-1.3.2.zip" }