From 9893c913216095a41d55ba9645c0b617558428bf Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 May 2021 16:12:56 -0400 Subject: [PATCH] Minor 1.3.1 release --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index b38bb7e0af..a765319ef8 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "dnd5e", "title": "DnD5e - Fifth Edition System", "description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.", - "version": "1.3.0", + "version": "1.3.1", "author": "Atropos", "scripts": [], "esmodules": ["dnd5e.js"], @@ -92,8 +92,8 @@ "primaryTokenAttribute": "attributes.hp", "secondaryTokenAttribute": null, "minimumCoreVersion": "0.8.2", - "compatibleCoreVersion": "0.8.2", + "compatibleCoreVersion": "0.8.3", "url": "https://gitlab.com/foundrynet/dnd5e", "manifest": "https://gitlab.com/foundrynet/dnd5e/raw/1.3.x/system.json", - "download": "https://gitlab.com/foundrynet/dnd5e/-/archive/release-1.3.0/dnd5e-release-1.3.0.zip" + "download": "https://gitlab.com/foundrynet/dnd5e/-/archive/release-1.3.1/dnd5e-release-1.3.1.zip" }