From 4a5c517fd933d24a03d8100f333c05f964469dcc Mon Sep 17 00:00:00 2001 From: Tom Rodriguez Date: Sun, 17 Nov 2024 08:12:20 -0800 Subject: [PATCH] Prepare for release --- module.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index d19dd1f..9cef41c 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "hm-adv-bb", "title": "Bastard Bailiff", "description": "The bastard half brother of the Earl of Neph has been declared outlaw. Why, and who will find him, and claim the substantial reward?", - "version": "1.2.0", + "version": "1.2.1", "bugs": "https://github.com/toastygm/hm-adv-bb/issues", "license": "LICENSE", "readme": "README.md", @@ -36,9 +36,19 @@ } ] }, + "packFolders": [ + { + "name": "Bastard Bailiff", + "sorting": "m", + "packs": [ + "actors", + "journals" + ] + } + ], "packs": [ { - "label": "Bastard Bailiff Actors", + "label": "Actors", "name": "actors", "path": "packs/actors", "system": "hm3", @@ -50,7 +60,7 @@ } }, { - "label": "Bastard Bailiff Journals", + "label": "Journals", "name": "journals", "path": "packs/journals", "type": "JournalEntry", @@ -63,7 +73,7 @@ ], "url": "https://github.com/toastygm/hm-adv-bb/", "manifest": "https://github.com/toastygm/hm-adv-bb/releases/latest/download/module.json", - "download": "https://github.com/toastygm/hm-adv-bb/releases/download/v1.2.0/module.zip", + "download": "https://github.com/toastygm/hm-adv-bb/releases/download/v1.2.1/module.zip", "flags": { "allowBugReporter": true }