From 8e565d24ae574ce56f8d9893cd46825e776dce42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sat, 22 May 2021 19:24:16 +0200 Subject: [PATCH] Release v1.2.7 --- CHANGELOG.md | 2 +- module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16133e..43e6bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## In development +## 1.2.7 ### Compatibility - Smart Doors is now compatible with Foundry 0.8.5 diff --git a/module.json b/module.json index 7c16aa0..3ddfd7a 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.6", + "version": "1.2.7", "minimumCoreVersion" : "0.8.5", "compatibleCoreVersion" : "0.8.5", "authors": [ @@ -25,7 +25,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.6.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.7.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",