From 00d612c81eb2c3e3db8e33d0425ff601ea1f4636 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 1 Jun 2022 19:24:29 -0400 Subject: [PATCH] Release 1.3.2 for GitHub migration --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }