From 84b0486c16dda5c24a468bc2afa190e33d4ce409 Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Tue, 30 Apr 2024 00:19:58 +0200 Subject: [PATCH] Release v19 --- system.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/system.json b/system.json index 84ed102..d31f3c7 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/foundryvtt-system-manifest.json", "id": "litm", - "version": 18, + "version": 19, "license": "LICENSE", "title": "Legend in the Mist Demo", "description": "A Rustic Fantasy Game for Foundry Virtual Tabletop", @@ -12,8 +12,12 @@ "email": "hello@amediocre.dev" } ], - "esmodules": ["litm.js"], - "styles": ["litm.css"], + "esmodules": [ + "litm.js" + ], + "styles": [ + "litm.css" + ], "languages": [ { "lang": "cn", @@ -54,8 +58,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": { @@ -70,6 +85,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/v18.zip", + "download": "https://github.com/aMediocreDad/litm/archive/refs/tags/v19.zip", "readme": "https://github.com/aMediocreDad/litm/blob/main/README.md" }