Release version 0.8.1.

This commit is contained in:
Kim Mantas 2023-06-01 16:57:43 +01:00
parent 5d776f8056
commit 9d07910918
No known key found for this signature in database
GPG key ID: 3A4E57DAE36AC3C4

View file

@ -1,6 +1,6 @@
{ {
"id": "worldbuilding", "id": "worldbuilding",
"version": "0.8.0", "version": "0.8.1",
"title": "Simple World-Building", "title": "Simple World-Building",
"url": "https://github.com/foundryvtt/worldbuilding/", "url": "https://github.com/foundryvtt/worldbuilding/",
"description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.", "description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.",
@ -30,5 +30,5 @@
"primaryTokenAttribute": "health", "primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power", "secondaryTokenAttribute": "power",
"manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json", "manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",
"download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-080.zip" "download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-081.zip"
} }