Skip to content

Commit

Permalink
Release v22
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Jul 23, 2024
1 parent f08ee5e commit 98050cc
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions system.json
Original file line number Diff line number Diff line change
@@ -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 <strong>Rustic Fantasy</strong> Game for Foundry Virtual Tabletop.",
Expand All @@ -13,8 +13,12 @@
"ko-fi": "amediocredad"
}
],
"esmodules": ["litm.js"],
"styles": ["litm.css"],
"esmodules": [
"litm.js"
],
"styles": [
"litm.css"
],
"languages": [
{
"lang": "cn",
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}

0 comments on commit 98050cc

Please sign in to comment.