From 5cec10941acf9e01412918dac6c13f30aa98d1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Mon, 24 Oct 2022 09:36:02 +0200 Subject: [PATCH] Release v1.4.1 --- CHANGELOG.md | 5 +++++ module.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c14c8..2e55cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.4.1 +### Translation +- Added portugese (Brazil) translation (thanks eunaumtenhoid!) + + ## 1.4.0 ### Compatibility - Smart Doors is now compatible with Foundry v10 diff --git a/module.json b/module.json index 86c6ec3..4217dbb 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "smart-doors", "title": "Smart Doors", "description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.", - "version": "1.4.0", + "version": "1.4.1", "compatibility": { "minimum": 10, "verified": 10 @@ -47,7 +47,7 @@ ], "url": "https://github.com/manuelVo/foundryvtt-smart-doors", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json", - "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.4.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.4.1.zip", "readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md", "bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues",