diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d3a06..3d62b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## v1.0.1 (in development) +## v1.0.1 - When adding a door to a synchronization group adjust it's state to bring it in sync with the other doors - Use the players character as speaker for the Locked Door Alert diff --git a/module.json b/module.json index d70de6b..a276692 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.0.0", + "version": "1.0.1", "minimumCoreVersion" : "0.7.7", "compatibleCoreVersion" : "0.7.8", "author": "Manuel Vögele", @@ -18,7 +18,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.0.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.0.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"