This commit is contained in:
Byroks 2023-11-30 16:17:04 +01:00
parent 28595e7dd0
commit 250fc499ae
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "foundry-system-midgard5",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {

View File

@ -3,7 +3,7 @@
"name": "midgard5",
"title": "Midgard 5. Edition",
"description": "The German RPG Midgard 5. Edition",
"version": "2.0.0",
"version": "2.1.0",
"compatibility": {
"minimum": "10",
"verified": "11",
@ -89,8 +89,8 @@
"primaryTokenAttribute": "lp",
"secondaryTokenAttribute": "ap",
"url": "https://github.com/Byroks/foundry-vtt-system-midgard5",
"manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.0.0/system.json",
"download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.0.0/midgard5-v2.0.0.zip",
"manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.1.0/system.json",
"download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v2.1.0/midgard5-v2.1.0.zip",
"initiative": "@c.calc.attributes.gw.value",
"license": "LICENSE.txt"
}