From 983bb9764ff1fddfcc4ad4b1f16c67129a561df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sat, 5 Dec 2020 13:11:40 +0100 Subject: [PATCH] Release v1.0.0 --- module.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 50a3f7e..f7fd6eb 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": "0.1.alpha1", + "version": "1.0.0", "minimumCoreVersion" : "0.7.7", "compatibleCoreVersion" : "0.7.8", "author": "Manuel Vögele", @@ -15,5 +15,10 @@ "name": "English", "path": "lang/en.json" } - ] + ], + "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", + "readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md", + "bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues" }