From e111b30fb6a2ca5d520d7165f45d9c4a826bd6d0 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 28 Dec 2021 10:59:23 +0100 Subject: [PATCH] Sync with v9 --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index d4ff541..d6b7916 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "name": "wfrp4e-eis-maps", "title": "WFRP4E - Fan-made maps for Ennemy in Shadows", "description": "Module for maps for EiS (aka chapter 1 of the Imperial Campaign)", - "version": "1.1.1", + "version": "1.2.0", "minimumCoreVersion" : "0.6.0", - "compatibleCoreVersion": "0.8.9", + "compatibleCoreVersion": "9", "author": "LeRatierBretonnien", "dependencies": [ ], @@ -15,14 +15,14 @@ "packs": [ { "label": "EiS - Buildings and Maps", - "entity": "Scene", + "type": "Scene", "name": "ennemy-in-shadows-maps", "path": "./packs/ennemy-in-shadows-maps.db", "package": "wfrp4e-eis-maps" }, { "label": "EiS Maps", - "entity": "JournalEntry", + "type": "JournalEntry", "name": "eis-maps", "path": "./packs/eis-maps.db", "package": "wfrp4e-eis-maps"