From 85ed5d597dba0cf75b077126f79d795a949b71ae Mon Sep 17 00:00:00 2001 From: MaxPat931 <86370342+MaxPat931@users.noreply.github.com> Date: Sun, 9 Jan 2022 14:57:27 -0800 Subject: [PATCH] 1.5 Updated version number, added Items compendium --- module.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 35adf4a..5b3d93a 100644 --- a/module.json +++ b/module.json @@ -2,12 +2,12 @@ "name": "d-n-d-friends-guilds", "title": "D-n-D Friends Guilds", "description": "This module was built to supplement the DMs in the D-n-D Friends Discord server", - "version": "1.4", + "version": "1.5", "minimumCoreVersion": "0.7.0", "compatibleCoreVersion": "0.9.9", "author": "MaxPat", "manifest": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/releases/latest/download/module.json", - "download": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/releases/download/v1.4/module.zip", + "download": "https://github.com/MaxPat931/D-n-D-Friends-Guilds/releases/download/v1.5/module.zip", "packs": [ { "name": "guildfeatures", @@ -16,6 +16,13 @@ "entity": "Item", "package": "d-and-d-friends" }, + { + "name": "dndfriendsitems", + "label": "DnD Friends Items", + "path": "packs/items.db", + "entity": "Item", + "package": "d-and-d-friends" + }, { "name": "journals", "label": "Journal Entries",