From 2eca46063793990d48bc99fc379664d171fe5f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sun, 14 Mar 2021 00:32:10 +0100 Subject: [PATCH] Release v1.2.5 --- CHANGELOG.md | 2 +- module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ff736..3b43eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## In development +## 1.2.5 ### New features - Synchronized doors can now be configured to synchronize their secret door status as well diff --git a/module.json b/module.json index 7461202..9f806ec 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.2.4", + "version": "1.2.5", "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.4.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.5.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"