From 7bea16df17b40f15adf9c6f68b4a8ff6761d37b8 Mon Sep 17 00:00:00 2001 From: Kim Mantas Date: Thu, 20 Oct 2022 16:48:43 +0100 Subject: [PATCH] Release version 0.7.2. --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 5bc2a27..7331332 100644 --- a/system.json +++ b/system.json @@ -1,6 +1,6 @@ { "id": "worldbuilding", - "version": "0.7.1", + "version": "0.7.2", "title": "Simple World-Building", "url": "https://gitlab.com/foundrynet/worldbuilding/", "description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.", @@ -23,7 +23,7 @@ ], "compatibility": { "minimum": "10", - "verified": "10.282", + "verified": "10.288", "maximum": "10" }, "gridDistance": 5, @@ -31,5 +31,5 @@ "primaryTokenAttribute": "health", "secondaryTokenAttribute": "power", "manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json", - "download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-071.zip" + "download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-072.zip" }