Release v1.4.1

This commit is contained in:
2022-10-24 09:36:02 +02:00
parent 77f1048518
commit 5cec10941a
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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",