From 534dc0e25a8caded73cd365061ba499852504f3b Mon Sep 17 00:00:00 2001 From: Sk1mble Date: Sun, 21 Feb 2021 02:52:55 +0000 Subject: [PATCH] Updated to show compatible with Foundry 0.8 --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }