From 45cef77a90d459f626eaa92bb8b0589506cd02dc Mon Sep 17 00:00:00 2001 From: Russell Date: Mon, 16 Mar 2020 09:48:13 -0500 Subject: [PATCH] Update module.json --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 388c415..f5b9991 100644 --- a/module.json +++ b/module.json @@ -2,12 +2,12 @@ "name": "dd-import", "title": "DungeonDraft Importer", "description": "Imports scene elements from Dungeon Draft map files", - "version": 0.2, + "version": 0.3, "author": "Moo Man", "scripts": ["./ddimport.js"], "styles": ["./styles.css"], "packs": [], - "minimumCoreVersion": "0.4.4", + "minimumCoreVersion": "0.5.1", "manifest": "https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json", "download": "https://github.com/moo-man/FVTT-DD-Import/archive/master.zip" }