From cce7e89d83885ba5674f5c8ab7eb9318c283cb21 Mon Sep 17 00:00:00 2001 From: Dmitry Kirdyashkin Date: Tue, 30 May 2023 18:35:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=91=D0=94=20=D0=BF=D0=BE=D0=B4=20=D0=BE=D1=81?= =?UTF-8?q?=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82=D0=B8=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B8=D1=81=D1=85=D0=BE=D0=B6=D0=B4=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index fe40d7e..80904e0 100644 --- a/src/module.json +++ b/src/module.json @@ -8,7 +8,7 @@ "name": "leego neit" } ], - "version": "1.0.5", + "version": "1.0.6", "minimumCoreVersion": "9", "compatibility": { "minimum": "9", @@ -17,7 +17,7 @@ }, "url": "https://gitea.kdiva.ru/modules/sc-backgrounds", "manifest": "https://gitea.kdiva.ru/modules/sc-backgrounds/raw/branch/main/src/module.json", - "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-backgrounds/1.0.5/module.zip", + "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-backgrounds/1.0.6/module.zip", "packs": [ { "name": "sc-backgrounds", @@ -27,6 +27,15 @@ "type": "Item", "module": "shared-compendia-backgrounds", "system": "dnd5e" + }, + { + "name": "sc-background-features", + "label": "sc background features", + "path": "packs/sc-background-features.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-backgrounds", + "system": "dnd5e" } ] }