From 218aa2897ae7a820c33a7819b0f95a4bc026d894 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 31 Aug 2022 13:57:20 -0400 Subject: [PATCH] Worldbuilding release 0.7.1 --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 8f4c731..5bc2a27 100644 --- a/system.json +++ b/system.json @@ -1,6 +1,6 @@ { "id": "worldbuilding", - "version": "0.7.0-alpha1", + "version": "0.7.1", "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.278", + "verified": "10.282", "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-065.zip" + "download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-071.zip" }