From c5ce058f44df5a315448872d1401412ce7e70462 Mon Sep 17 00:00:00 2001 From: Byroks Date: Mon, 27 May 2024 10:12:23 +0200 Subject: [PATCH] V2.7.0 --- package.json | 4 ++-- source/system.json | 10 +++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index b3dc8bc..3b9273f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-system-midgard5", - "version": "2.6.0", + "version": "2.7.0", "description": "", "main": "index.js", "scripts": { @@ -58,4 +58,4 @@ "dependencies": { "handlebars-helpers": "^0.10.0" } -} \ No newline at end of file +} diff --git a/source/system.json b/source/system.json index d0d4bd7..38e8a11 100644 --- a/source/system.json +++ b/source/system.json @@ -3,17 +3,13 @@ "name": "midgard5", "title": "Midgard 5. Edition", "description": "The German RPG Midgard 5. Edition", - "version": "2.6.0", + "version": "2.7.0", "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": [ @@ -32,4 +28,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" -} \ No newline at end of file +}