From f959b6c520c443bd9f537676908977ae7fa83a89 Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Sat, 13 Apr 2024 12:24:51 +0200 Subject: [PATCH] Release v17 --- system.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/system.json b/system.json index cfa616b..c19067c 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/foundryvtt-system-manifest.json", "id": "litm", - "version": 16, + "version": 17, "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": "en", @@ -44,8 +48,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": { @@ -60,6 +75,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/v16.zip", + "download": "https://github.com/aMediocreDad/litm/archive/refs/tags/v17.zip", "readme": "https://github.com/aMediocreDad/litm/blob/main/README.md" }