From 98050cc61241ba70a9c3e2bc4620e71ce5b6860a Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Tue, 23 Jul 2024 09:18:27 +0200 Subject: [PATCH] Release v22 --- system.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/system.json b/system.json index 204f9ac..1944bf6 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/foundryvtt-system-manifest.json", "id": "litm", - "version": 21, + "version": 22, "license": "LICENSE", "title": "Legend in the Mist Demo", "description": "A Rustic Fantasy Game for Foundry Virtual Tabletop.", @@ -13,8 +13,12 @@ "ko-fi": "amediocredad" } ], - "esmodules": ["litm.js"], - "styles": ["litm.css"], + "esmodules": [ + "litm.js" + ], + "styles": [ + "litm.css" + ], "languages": [ { "lang": "cn", @@ -60,8 +64,19 @@ ], "flags": { "hotReload": { - "extensions": ["css", "html", "js", "json"], - "paths": ["styles", "templates", "lang", "litm.css", "litm.js"] + "extensions": [ + "css", + "html", + "js", + "json" + ], + "paths": [ + "styles", + "templates", + "lang", + "litm.css", + "litm.js" + ] } }, "relationships": { @@ -76,6 +91,6 @@ "url": "https://github.com/aMediocreDad/litm", "bugs": "https://github.com/aMediocreDad/litm/issues?q=is:issue+is:open+sort:updated-desc", "manifest": "https://raw.githubusercontent.com/aMediocreDad/litm/main/system.json", - "download": "https://github.com/aMediocreDad/litm/archive/refs/tags/v21.zip", + "download": "https://github.com/aMediocreDad/litm/archive/refs/tags/v22.zip", "readme": "https://github.com/aMediocreDad/litm/blob/main/README.md" }