diff --git a/changelog.md b/changelog.md index b66adc0a..54438a14 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## [2.2.5] 2022-03-06 + +- pf2e - work around toggles getting stuck bug +- GURPS - updated GURPS support - thanks Nose66 + ## [2.2.4] 2022-03-04 - TAH - spanish translation update - thanks EnteriCansinos diff --git a/module.json b/module.json index dba368e8..1d213476 100644 --- a/module.json +++ b/module.json @@ -13,7 +13,7 @@ ], "url": "https://github.com/Drental/fvtt-tokenactionhud", "flags": {}, - "version": "2.2.4", + "version": "2.2.5", "minimumCoreVersion": "9.236", "compatibleCoreVersion": "9", "scripts": ["./lib/tagify/tagify.min.js", "./scripts/bundle.min.js"], @@ -104,7 +104,7 @@ "dependencies": [], "socket": false, "manifest": "https://github.com/Drental/fvtt-tokenactionhud/releases/latest/download/module.json", - "download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/2.2.4/module.zip", + "download": "https://github.com/Drental/fvtt-tokenactionhud/releases/download/2.2.5/module.zip", "protected": false, "coreTranslation": false, "library": false