Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edzillion committed Mar 6, 2021
1 parent afc363f commit 03d75cf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [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)!
- Updated compatible core version to 0.7.9

## [2.0.3]
### RELEASE
- Per-token disable by checking 'Disable Direction Indicator' in Token config.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "2.0.3",
"author": "Eadorin ([email protected])",
"esmodules": ["about-face.js"],
"compatibleCoreVersion": "0.7.7",
"compatibleCoreVersion": "0.7.9",
"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.3/about-face-v2.0.3.zip",
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.3",
"version": "2.0.4",
"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.4.zip
Binary file not shown.
8 changes: 4 additions & 4 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.3",
"version": "2.0.4",
"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.3/about-face-v2.0.3.zip",
"download": "https://github.com/League-of-Foundry-Developers/about-face/releases/download/v2.0.4/about-face-v2.0.4.zip",
"url": "https://github.com/League-of-Foundry-Developers/about-face",
"changelog": "https://github.com/League-of-Foundry-Developers/about-face/blob/v2.0.3/changelog.md",
"changelog": "https://github.com/League-of-Foundry-Developers/about-face/blob/v2.0.4/changelog.md",
"languages": [
{
"lang": "en",
Expand All @@ -28,4 +28,4 @@
"path": "lang/es.json"
}
]
}
}

0 comments on commit 03d75cf

Please sign in to comment.