diff --git a/changelog.md b/changelog.md index a5b4a6c..b4a7ee3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # CHANGELOG +## [2.0.5] +### BUGFIXES +- Fixed compatibility bug with FXMaster https://github.com/eadorin/about-face/issues/59 + ## [2.0.4] ### FEATURES - New Token Indicator style 'Hex' to visually indicate the front faces (green), the side faces (blue), and the back face (red) thanks to [Chris Normand](https://github.com/crnormand)! diff --git a/package.json b/package.json index 85b29b3..c2d5d17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "about-face", - "version": "2.0.4", + "version": "2.0.5", "description": "Rotates Tokens and provide indicators for direction based on movement", "author": "eadorin, edzillion", "license": "GNU GPLv3.0 & 'Commons Clause' License Condition v1.0", diff --git a/package/about-face-v2.0.5.zip b/package/about-face-v2.0.5.zip new file mode 100644 index 0000000..7785eb7 Binary files /dev/null and b/package/about-face-v2.0.5.zip differ diff --git a/src/module.json b/src/module.json index 069435c..d4c6d78 100644 --- a/src/module.json +++ b/src/module.json @@ -2,15 +2,15 @@ "name": "about-face", "title": "About Face", "description": "Rotates Tokens and provide indicators for direction based on movement", - "version": "2.0.4", + "version": "2.0.5", "author": "eadorin, edzillion", "esmodules": ["about-face.js"], "compatibleCoreVersion": "0.7.8", "minimumCoreVersion": "0.6.0", "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/about-face/master/src/module.json", - "download": "https://github.com/League-of-Foundry-Developers/about-face/releases/download/v2.0.4/about-face-v2.0.4.zip", + "download": "https://github.com/League-of-Foundry-Developers/about-face/releases/download/v2.0.5/about-face-v2.0.5.zip", "url": "https://github.com/League-of-Foundry-Developers/about-face", - "changelog": "https://github.com/League-of-Foundry-Developers/about-face/blob/v2.0.4/changelog.md", + "changelog": "https://github.com/League-of-Foundry-Developers/about-face/blob/v2.0.5/changelog.md", "languages": [ { "lang": "en",