Skip to content

Commit

Permalink
Update support to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe A. Spandrusyszyn committed Dec 20, 2020
1 parent 99167af commit 22b0202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [v1.0.6](https://github.com/illandril/FoundryVTT-token-hud-scale/releases/tag/v1.0.6) (2020-12-20)
**Fixed Bugs:**
* Increases support version to 0.7.9

## [v1.0.5](https://github.com/illandril/FoundryVTT-token-hud-scale/releases/tag/v1.0.5) (2020-11-08)
**Fixed Bugs:**
* Increases support version to 0.7.6
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"type": "module",
"name": "illandril-token-hud-scale",
"version": "1.0.5",
"version": "1.0.6",
"title": "Illandril's Token HUD scaler",
"description": "Improves the visibility of the Token HUD and Status Effect icons. More specifically, this increases the scale of the Token HUD by 50%, adjusts the size of token status effects so they fit 3 across for the token (60% larger than standard for 1:1 tokens, much larger than standard for double-sized tokens, slightly smaller than standard for half-size tokens), and increases the opacity of the background behind both the Token HUD and Status Effect icons.",
"author": "Joe Spandrusyszyn",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.9",
"styles": ["./styles.css"],
"esmodules": ["./init.js"],
"license": "./LICENSE",
"url": "https://github.com/illandril/FoundryVTT-token-hud-scale",
"bugs": "https://github.com/illandril/FoundryVTT-token-hud-scale/issues",
"changelog": "https://github.com/illandril/FoundryVTT-token-hud-scale/blob/master/CHANGELOG.md",
"manifest": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/latest/download/module.json",
"download": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/download/v1.0.5/illandril-token-hud-scale.zip"
"download": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/download/v1.0.6/illandril-token-hud-scale.zip"
}

0 comments on commit 22b0202

Please sign in to comment.