From 63577ac7129e6dfdd813d85d27cd049aa670413e Mon Sep 17 00:00:00 2001 From: Craig Earl Date: Sat, 26 Feb 2022 13:18:04 +0000 Subject: [PATCH] Update module.json --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 59b79ec..8303c05 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "Compendium Folders", "description": "Collapsable folders for compendiums", "author": "Erceron", - "version": "2.4.2", + "version": "2.4.3", "minimumCoreVersion": "9", "compatibleCoreVersion":"9", "esmodules": [ @@ -55,5 +55,5 @@ "styles": ["./styles.css"], "url": "https://github.com/earlSt1/vtt-compendium-folders", "manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/09x-update/module.json", - "download": "https://github.com/earlSt1/vtt-compendium-folders/releases/download/2.4.2/2.4.2.zip" + "download": "https://github.com/earlSt1/vtt-compendium-folders/releases/download/2.4.3/2.4.3.zip" }