This commit is contained in:
Byroks 2024-09-21 10:21:19 +02:00
parent 6a90581c4e
commit 4a9afcf150
2 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "foundry-system-midgard5",
"version": "2.7.1",
"version": "2.7.2",
"description": "",
"main": "index.js",
"scripts": {
@ -58,4 +58,4 @@
"dependencies": {
"handlebars-helpers": "^0.10.0"
}
}
}

View File

@ -3,13 +3,17 @@
"name": "midgard5",
"title": "Midgard 5. Edition",
"description": "The German RPG Midgard 5. Edition",
"version": "2.7.1",
"version": "2.7.2",
"compatibility": {
"minimum": "10",
"verified": "11",
"maximum": "11"
},
"authors": [{ "name": "Byroks" }, { "name": "Le-Frique" }, { "name": "Oskaloq" }],
"authors": [
{"name": "Byroks"},
{"name": "Le-Frique"},
{"name": "Oskaloq"}
],
"scripts": ["bundle.js"],
"styles": ["bundle.css"],
"languages": [
@ -28,4 +32,4 @@
"download": "https://git.byroks.de/MidgardVTT-Entwicklung/foundry-vtt-system-midgard5/releases/download/latest/midgard5.zip?token=2455375115b92bc8d87c93df7159eec232456f2d",
"initiative": "@c.calc.attributes.gw.value",
"license": "LICENSE.txt"
}
}