diff --git a/module.json b/module.json index 6b12715..faa89cd 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "One Page Parser", "description": "Import instant scenes from One Page Dungeon", "author": "Tarkan Al-Kazily", - "version": "0.3.1", + "version": "0.3.2", "minimumCoreVersion": "0.7.0", "compatibleCoreVersion" : "0.7.9", "esmodules": [ diff --git a/scripts/one_page_parser.js b/scripts/one_page_parser.js index 605da4a..43c1430 100644 --- a/scripts/one_page_parser.js +++ b/scripts/one_page_parser.js @@ -127,7 +127,7 @@ class OnePageParserForm extends FormApplication { static get defaultOptions() { const options = super.defaultOptions; options.title = "OnePageParser Import Scene"; - options.template = "modules/foundryvtt-one-page-parser/templates/one-page-parser-form.html"; + options.template = "modules/one-page-parser/templates/one-page-parser-form.html"; options.editable = true; options.width = 450; options.height = "auto";