From ac5d7ac8e8eba5dea6726f3ef47ed545ab6d5cd8 Mon Sep 17 00:00:00 2001 From: "Joe A. Spandrusyszyn" Date: Fri, 23 Oct 2020 12:13:28 -0400 Subject: [PATCH] Update version number --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index c16bad9..ae87946 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "type": "module", "name": "illandril-token-hud-scale", - "version": "1.0.2", + "version": "1.0.3", "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", @@ -14,5 +14,5 @@ "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.2/illandril-token-hud-scale.zip" + "download": "https://github.com/illandril/FoundryVTT-token-hud-scale/releases/download/v1.0.3/illandril-token-hud-scale.zip" }