diff --git a/module.json b/module.json index 962565e..81e86f9 100644 --- a/module.json +++ b/module.json @@ -3,9 +3,9 @@ "title": "X-Card", "description": "A module that implements the X-Card safety system.", "author": "Richard Bellingham (Skimble)", - "version": "0.0.5", + "version": "0.0.6", "minimumCoreVersion": "0.6.0", - "compatibleCoreVersion": "0.7.8", + "compatibleCoreVersion": "0.8.0", "socket": true, "scripts": ["./src/XCard.js", "./src/settings-extender.js"], "languages": [{ @@ -19,7 +19,7 @@ "path": "languages/es.json" }], "url": "https://github.com/Sk1mble/XCard", - "download": "https://github.com/Sk1mble/XCard/archive/v0.0.5.zip", + "download": "https://github.com/Sk1mble/XCard/archive/v0.0.6.zip", "manifest": "https://raw.githubusercontent.com/Sk1mble/XCard/master/module.json" }