From a4d5e6a131c9a912df3830a25d47ab9d493cfa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sun, 20 Dec 2020 09:51:05 +0100 Subject: [PATCH] Release v1.2.1 --- CHANGELOG.md | 4 ++++ module.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001aa5b..8e83949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.2.1 +### Other +- Verified compatibility with 0.7.9 + ## v1.2.0 ### New features - Draw outlines around Door Control icons to increase their visibility diff --git a/module.json b/module.json index f05ed63..2492996 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "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.0", + "version": "1.2.1", "minimumCoreVersion" : "0.7.7", - "compatibleCoreVersion" : "0.7.8", + "compatibleCoreVersion" : "0.7.9", "author": "Manuel Vögele", "esmodules": [ "src/main.js" @@ -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.2.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.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"