diff --git a/CHANGELOG.md b/CHANGELOG.md index bdeb6e2..1450b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.4](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/tag/6.0.4) (2023-06-04) * *Added* compatibility for FVTT v11. [#228](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/228) * *Changed* **minimum compatibility requirements** to Foundry VTT v10.291 and WFRP4e 6.5.7. * *Added* support for setting non-integer default ranges for normal and dark vision. [#223](https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/issues/223) diff --git a/README.md b/README.md index b38cc47..386b6d8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ See the [wiki](../../wiki) for details about features, including (but not only): ## Compatibility Version 6.x requires -- Foundry VTT: 10.291 or higher +- Foundry VTT: + - v10.291 *or* + - v11.300 or higher - WFRP4e: 6.5.7 or higher ## Installation Instructions diff --git a/module.json b/module.json index 76be6e1..bf5d68c 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "wfrp4e-gm-toolkit", "title": "GM Toolkit (WFRP4e)", "description": "Utilities for WFRP4e GMs", - "version": "6.0.4-dev", + "version": "6.0.4", "compatibility": { "minimum": "10.291", "verified": "11.300", @@ -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.3/wfrp4e-gm-toolkit.zip", + "download": "https://github.com/Jagusti/fvtt-wfrp4e-gmtoolkit/releases/download/6.0.4/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",