Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edzillion committed Mar 7, 2021
1 parent 53f767e commit 5303e1b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file added package/about-face-v2.0.5.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5303e1b

Please sign in to comment.