From 8e22ae00a1f3de04591d33d45e714bc489ca2a99 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 24 Aug 2023 14:25:38 +0200 Subject: [PATCH] Release for v11 --- images/scenes/.directory | 3 +-- module.json | 17 ++++++++--------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/images/scenes/.directory b/images/scenes/.directory index ea8c76b..e66ec80 100644 --- a/images/scenes/.directory +++ b/images/scenes/.directory @@ -1,6 +1,5 @@ [Dolphin] -SortRole=size -Timestamp=2021,11,13,10,13,36.328 +Timestamp=2022,11,7,13,22,11.891 Version=4 ViewMode=1 VisibleRoles=Details_text,Details_size,Details_modificationtime,Details_creationtime,CustomizedDetails diff --git a/module.json b/module.json index 7b7baa6..7d1638e 100644 --- a/module.json +++ b/module.json @@ -2,29 +2,28 @@ "id": "wfrp4e-pbth-maps", "title": "WFRP4E - Fan-made maps for Power Behind The Throne", "description": "Module for maps for PBTH (aka chapter 3 of the Imperial Campaign)", - "version": "6.0.3", + "version": "6.0.5", "compatibility": { - "minimum": "0.8.9", - "verified": "10", - "maximum": "10" + "minimum": "8", + "verified": "11" }, "packs": [ { "label": "PBtH - Buildings and Maps", "type": "Scene", "name": "pbth-maps", - "path": "packs/pbth-maps.db", - "private": false, - "flags": {} + "path": "packs/pbth-maps", + "flags": {}, + "private": false } ], "url": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps", "manifest": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/raw/master/module.json", - "download": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/archive/wfrp4e-maps-pbth-6.0.3.zip", + "download": "https://www.uberwald.me/gitea/public/wfrp4e-pbth-maps/archive/wfrp4e-maps-pbth-6.0.5.zip", "authors": [ { "name": "LeRatierBretonnien", "flags": {} } ] -} \ No newline at end of file +}