From 01df3b9dbaf4ae95286e1e1f35532b20d3630e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 8 Dec 2020 22:15:08 +0100 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 2 +- module.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39da34c..8972713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.1.0 (in development) +## v1.1.0 ### New features - Tint secret doors grey for the GM to differentiate them from regular doors - Toggle doors between secret and normal with ctrl+click diff --git a/module.json b/module.json index a276692..b6902fc 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.1", + "version": "1.1.0", "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.1.zip", + "download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.1.0.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"