diff --git a/src/system.json b/src/system.json index e2bef581..5d532206 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "id": "DSA_4-1", "title": "Das Schwarze Auge 4.1", "description": "Noch ein Spielsystem für Das Schwarze Auge 4.1", - "version": "{{VERSION}}", + "version": "0.3.1", "compatibility": { "minimum": 12, "verified": 13 @@ -183,8 +183,7 @@ "documentTypes": { "Actor": { "creature": {}, - "group": { - }, + "group": {}, "character": { "numberFields": [ "groesse", @@ -287,9 +286,7 @@ "name" ] }, - "ActiveEffect": { - - }, + "ActiveEffect": {}, "Skill": { "stringFields": [ "name", @@ -350,6 +347,6 @@ }, "primaryTokenAttribute": "lep.aktuell", "url": "https://git.macniel.online/macniel/foundry-dsa41-game", - "manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/system.json", - "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/release.zip" + "manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.3.1/system.json", + "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.3.1/release.zip" }