Skip to content

Commit

Permalink
Release v8
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Mar 12, 2024
1 parent ea121f4 commit 04fbdc2
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": 7,
"version": 8,
"license": "LICENSE",
"title": "Legend in the Mist Demo",
"description": "A <strong>Rustic Fantasy</strong> Game for Foundry Virtual Tabletop",
Expand All @@ -12,8 +12,12 @@
"email": "hello@amediocre.dev"
}
],
"esmodules": ["litm.js"],
"styles": ["litm.css"],
"esmodules": [
"litm.js"
],
"styles": [
"litm.css"
],
"languages": [
{
"lang": "en",
Expand All @@ -39,8 +43,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 @@ -55,6 +70,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/v7.zip",
"download": "https://github.com/aMediocreDad/litm/archive/refs/tags/v8.zip",
"readme": "https://github.com/aMediocreDad/litm/blob/main/README.md"
}

0 comments on commit 04fbdc2

Please sign in to comment.