From d8bce1e0c19bd6cb5190bfdaaa35a635e7b4ebc8 Mon Sep 17 00:00:00 2001 From: Christian Ovsenik Date: Sun, 11 Jul 2021 11:50:26 -0400 Subject: [PATCH] Fix compatible FVTT versions --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 4a570e0..db96c21 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "name": "mcc-classes", "title": "MCC Sheets", "description": "Sheets for Mutant Crawl Classics in FoundryVTT!", - "version": "0.1.2", - "minimumCoreVersion": "0.7.5", - "compatibleCoreVersion": "0.7.9", + "version": "0.1.3", + "minimumCoreVersion": "0.7.9", + "compatibleCoreVersion": "0.8.8", "author": "Steve Barnes & Christian Ovsenik", "system": ["dcc"], "esmodules": ["module/mcc-classes.js"],