From ee825d5889c59d0b79a01a6b4651b4e398632b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 9 Mar 2023 11:30:41 +0100 Subject: [PATCH] Release v1.7.6 --- CHANGELOG.md | 5 +++++ module.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124d919..cec0549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.7.6 +### Translation +- Foundry should now be able to detect the Simplified Chenese translation properly (thanks AlphaStarguide!) + + ## 1.7.5 ### Translation - Added Chinese (Simplified) translation (thanks sakusenerio!) diff --git a/module.json b/module.json index e7c3be9..4f5f269 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "terrain-ruler", "title": "Terrain Ruler", "description": "Adds a ruler tool that allows you to measure distances taking difficult terrain (provided by the terrain layer module) into account.", - "version": "1.7.5", + "version": "1.7.6", "compatibility": { "minimum": "10", "verified": "10" @@ -55,7 +55,7 @@ ] }, "url": "https://github.com/manuelVo/foundryvtt-terrain-ruler", - "download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.7.5.zip", + "download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.7.6.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-terrain-ruler/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-terrain-ruler/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-terrain-ruler/blob/master/CHANGELOG.md",