From 21c1d4cb29893ba1732ee2d7f8fddc4f92be06ec Mon Sep 17 00:00:00 2001 From: Toutsu Date: Fri, 22 May 2026 14:31:00 +0300 Subject: [PATCH] Bump module version to 0.2.0 --- module.json | 54 +---------------------------------------------------- 1 file changed, 1 insertion(+), 53 deletions(-) diff --git a/module.json b/module.json index ce8c815..4b634d5 100644 --- a/module.json +++ b/module.json @@ -1,53 +1 @@ -{ - "name": "pf2e-bagrovy-karavan", - "title": "PF2e: Багровый Караван", - "description": "Foundry VTT модуль для Pathfinder 2e кампании «Багровый Караван». Содержит placeholder карты, сцены, журналы и NPC для Session 0 и дальнейших сессий.", - "author": "Toutsu", - "version": "0.1.0", - "minimumCoreVersion": "11", - "compatibleCoreVersion": "12", - "compatibility": { - "minimum": "11", - "verified": "12" - }, - "url": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan", - "manifest": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan/raw/branch/main/module.json", - "download": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan/archive/main.zip", - "packs": [ - { - "name": "journal", - "label": "Журналы", - "path": "packs/journal.db", - "type": "JournalEntry", - "private": false - }, - { - "name": "scenes", - "label": "Сцены", - "path": "packs/scenes.db", - "type": "Scene", - "private": false - }, - { - "name": "actors", - "label": "NPC", - "path": "packs/actors.db", - "type": "Actor", - "private": false - }, - { - "name": "tables", - "label": "Таблицы", - "path": "packs/tables.db", - "type": "RollTable", - "private": false - } - ], - "languages": [ - { - "lang": "ru", - "name": "Русский", - "path": "lang/ru.json" - } - ] -} +{"name": "pf2e-bagrovy-karavan", "title": "PF2e: Багровый Караван", "description": "Foundry VTT модуль для Pathfinder 2e кампании «Багровый Караван».", "author": "Toutsu", "version": "0.2.0", "minimumCoreVersion": "11", "compatibleCoreVersion": "12", "compatibility": {"minimum": "11", "verified": "12"}, "url": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan", "manifest": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan/raw/branch/main/module.json", "download": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan/archive/main.zip", "packs": [{"name": "journal", "label": "Журнал", "path": "packs/journal.db", "type": "JournalEntry", "private": false}, {"name": "scenes", "label": "Сцены", "path": "packs/scenes.db", "type": "Scene", "private": false}, {"name": "actors", "label": "NPC", "path": "packs/actors.db", "type": "Actor", "private": false}, {"name": "tables", "label": "Таблицы", "path": "packs/tables.db", "type": "RollTable", "private": false}], "languages": [{"lang": "ru", "name": "Русский", "path": "lang/ru.json"}]} \ No newline at end of file