From 56f506bad24eb0f0721b2ac41455346896459fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 14 Mar 2023 16:27:36 +0100 Subject: [PATCH] Release v1.13.4 --- CHANGELOG.md | 6 ++++++ module.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 968ff2d..8ca0f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.13.4 +### Translations +- New translation: Portuguese (Brazil) (thanks eunaumtenhoid!) +- Foundry should now be able to detect the Simplified Chenese translation properly + + ## 1.13.3 ### Translations - New translation: Chinese (Simplified) (thanks bnp800!) diff --git a/module.json b/module.json index eedaa9c..70ff044 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.13.3", + "version": "1.13.4", "compatibility": { "minimum": "10", "verified": "10" @@ -80,7 +80,7 @@ }, "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.3.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.4.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md",