From 5760a9e23544743820f56f1c7bb6b7c283df9136 Mon Sep 17 00:00:00 2001 From: Jagusti <521096+Jagusti@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:30:31 +0100 Subject: [PATCH] 6.0.2 Release --- CHANGELOG.md | 3 +++ module.json | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80deebe..a9b1e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format ## Unreleased See [Issue Backlog](../../issues) and [Roadmap](../../milestones). + +## [Version 6.0.2](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/6.0.2) (2023-04-17) +* *Changed* **minimum compatibility requirements** to Foundry VTT v10.291 and WFRP4e 6.4.0. * *Added* compatibility with `Engaged` pseudo-condition, so that when a character becomes Engaged and this condition is added, they do not lose their Advantage. [#206](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/206) * *Added* a new context menu option to chat messages to edit flavour text. [#207](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/207) * *Added* a quick launch macro to easily access GM Toolkit Settings without having to navigate Foundry configuration menus. [#203](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/pull/203) diff --git a/module.json b/module.json index 3d76f1a..dce8ea0 100644 --- a/module.json +++ b/module.json @@ -2,10 +2,10 @@ "id": "wfrp4e-gm-toolkit", "title": "GM Toolkit (WFRP4e)", "description": "Utilities for WFRP4e GMs", - "version": "6.0.1", + "version": "6.0.2", "compatibility": { - "minimum": "10.288", - "verified": "10.288", + "minimum": "10.291", + "verified": "10.291", "maximum": 10 }, "authors": [ @@ -21,8 +21,8 @@ "id": "wfrp4e", "type": "system", "compatibility": { - "minimum": "6.1.4", - "verified": "6.1.4", + "minimum": "6.4.0", + "verified": "6.4.0", "maximum": "6.x" } } @@ -83,7 +83,7 @@ "socket": "true", "url": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit", "manifest": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/latest/download/module.json", - "download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/6.0.1/wfrp4e-gm-toolkit.zip", + "download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/6.0.2/wfrp4e-gm-toolkit.zip", "bugs": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues", "changelog": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases", "readme": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/wiki",