From a4a29865e01d1f99dcb713af9d874e2e37a6dac7 Mon Sep 17 00:00:00 2001 From: Kim Mantas Date: Mon, 19 Jun 2023 15:26:01 +0100 Subject: [PATCH] Release Polish language translation --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 6f6cb45..736eaff 100644 --- a/system.json +++ b/system.json @@ -1,6 +1,6 @@ { "id": "worldbuilding", - "version": "0.8.1", + "version": "0.8.2", "title": "Simple World-Building", "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.", @@ -35,5 +35,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-081.zip" + "download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-082.zip" }