From 0d259f40a7fc3020f2f47ba82a6c23597c2c9b0c Mon Sep 17 00:00:00 2001 From: Byroks Date: Fri, 17 Nov 2023 16:10:31 +0100 Subject: [PATCH] adjust version to 1.2.1 --- package.json | 2 +- source/system.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 25fd523..d4f925d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-system-midgard5", - "version": "1.2.0", + "version": "1.2.1", "description": "", "main": "index.js", "scripts": { diff --git a/source/system.json b/source/system.json index 2e14ac6..364a20e 100644 --- a/source/system.json +++ b/source/system.json @@ -2,7 +2,7 @@ "id": "midgard5", "title": "Midgard 5. Edition", "description": "The German RPG Midgard 5. Edition", - "version": "1.2.0", + "version": "1.2.1", "compatibility": { "minimum": "10", "verified": "10" @@ -66,8 +66,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/v1.2.0/system.json", - "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.2.0/midgard5-v1.2.0.zip", + "manifest": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.2.1/system.json", + "download": "https://github.com/Byroks/foundry-vtt-system-midgard5/releases/download/v1.2.1/midgard5-v1.2.1.zip", "initiative": "@calc.attributes.gw.value", "license": "LICENSE.txt" }