Release v1.2.2

This commit is contained in:
2021-01-27 13:00:50 +01:00
parent ff6769f6a4
commit e17845dd57
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## In development
## v1.2.2
### Bugfix
- Disabled features are now less likely to interfere with other modules, increasing compatibility.
- This module can now be used together with the `Arms Reach` module if the `Toggle Secret Doors` feature is disabled in the settings.

View File

@@ -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.2.1",
"version": "1.2.2",
"minimumCoreVersion" : "0.7.7",
"compatibleCoreVersion" : "0.7.9",
"authors": [
@@ -24,7 +24,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.2.1.zip",
"download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.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"