Release version 0.7.2.

This commit is contained in:
Kim Mantas 2022-10-20 16:48:43 +01:00
parent 3343d3bf6c
commit 7bea16df17
No known key found for this signature in database
GPG key ID: 3A4E57DAE36AC3C4

View file

@ -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"
}