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" }