From b23d5cd4ae25bb12c8989b6286d52f8651392444 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 2 Dec 2021 12:18:40 -0500 Subject: [PATCH] Release version 1.3.1 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 3893bbd..cf956a2 100644 --- a/module.json +++ b/module.json @@ -5,7 +5,7 @@ "author": "Atropos", "authors": [], "url": "https://gitlab.com/foundrynet/world-anvil", - "version": "1.3.0", + "version": "1.3.1", "minimumCoreVersion": "0.7.6", "compatibleCoreVersion": "9", "scripts": [], @@ -26,5 +26,5 @@ "system": [], "dependencies": [], "manifest": "https://gitlab.com/foundrynet/world-anvil/-/raw/master/module.json", - "download": "https://gitlab.com/foundrynet/world-anvil/-/archive/release-1.3.0/world-anvil-release-1.3.0.zip" + "download": "https://gitlab.com/foundrynet/world-anvil/-/archive/release-1.3.1/world-anvil-release-1.3.1.zip" }