Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Nov 25, 2022
1 parent 4c6f7b6 commit 5315efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ To install the module, follow any of these methods:
- #### Fixes:
- Fixed v10 compatibility
- Fixed wildcard default image feature
- Fixed token scale and console deprecation warning spam
- #### Localization:
- Improved localization of all displayable text.
- Languages:
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "token-hud-wildcard",
"title": "Token HUD Wildcard (fix)",
"description": "This module adds a button to the Token HUD if the token has wildcard set and detects more than 1 image to choose from. Pressing the button displays a panel on the right side of the HUD with buttons for each image, pressing one of these allows to change the token image.",
"version": "1.7.0",
"version": "1.7.1",
"compatibility": {
"minimum": "10",
"verified": "10",
Expand All @@ -15,7 +15,7 @@
"styles": ["./css/token-hud-wildcard.css"],
"url": "https://github.com/mhilbrunner/token-hud-wildcard",
"manifest": "https://raw.githubusercontent.com/mhilbrunner/token-hud-wildcard/master/module.json",
"download": "https://github.com/mhilbrunner/token-hud-wildcard/archive/1.7.0.zip",
"download": "https://github.com/mhilbrunner/token-hud-wildcard/archive/1.7.1.zip",
"languages": [
{
"lang": "en",
Expand Down

0 comments on commit 5315efb

Please sign in to comment.