From 5315efbb333ad95427a94140959e20c0547b0995 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Fri, 25 Nov 2022 08:32:53 +0100 Subject: [PATCH] Bump version --- README.md | 1 + module.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3f10d1..1d6a6ad 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/module.json b/module.json index f68a789..dc66aba 100644 --- a/module.json +++ b/module.json @@ -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", @@ -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",