From 20b0e44f4b4153ba047d82ac63a83b000b66186b Mon Sep 17 00:00:00 2001 From: Russell Date: Sun, 1 May 2022 17:13:01 -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 e3a9b5f..187354e 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "dd-import", "title": "Universal Battlemap Importer", "description": "Imports scene elements from Universal VTT files generated by editors like DungeonFog and Dungeondraft", - "version": "2.2.1", + "version": "2.3.0", "author": "Moo Man, m42e, jacquie", "scripts": [ "./ddimport.js" @@ -14,5 +14,5 @@ "minimumCoreVersion": "0.8.4", "compatibleCoreVersion": "9", "manifest": "https://raw.githubusercontent.com/moo-man/FVTT-DD-Import/master/module.json", - "download": "https://github.com/moo-man/FVTT-DD-Import/releases/download/2.2.1/uvtt-import.zip" + "download": "https://github.com/moo-man/FVTT-DD-Import/releases/download/2.3.0/uvtt-import.zip" }