From 17609aa39a177b4da25556be80ad8b046868b35b Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Jan 2021 09:51:33 -0800 Subject: [PATCH] Increment system version for 1.2.4 release --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 2c7c6f7956..4c5ee728d2 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.2.3", + "version": "1.2.4", "author": "Atropos", "scripts": [], "esmodules": ["dnd5e.js"], @@ -95,5 +95,5 @@ "compatibleCoreVersion": "0.7.9", "url": "https://gitlab.com/foundrynet/dnd5e", "manifest": "https://gitlab.com/foundrynet/dnd5e/raw/master/system.json", - "download": "https://gitlab.com/foundrynet/dnd5e/-/archive/release-1.2.3/dnd5e-release-1.2.3.zip" + "download": "https://gitlab.com/foundrynet/dnd5e/-/archive/release-1.2.4/dnd5e-release-1.2.4.zip" }