diff --git a/CHANGELOG.md b/CHANGELOG.md index d22e98a..1f74f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.2 +### Bugfixes +- The message sent to chat when triggering a locke door alert can now be translated + +### Translation +- Added japanese translation (thanks to touge) +- Added german translation + + ## 1.3.1 ### Bugfixes - The keybinding to toggle secret doors no longer supresses other keybindings that are assigned to the same key diff --git a/module.json b/module.json index c63fb4e..70b80c6 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "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.3.1", + "version": "1.3.2", "minimumCoreVersion" : "9.238", "compatibleCoreVersion" : "9", "authors": [ @@ -40,7 +40,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.3.1.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.3.2.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",