diff --git a/module.json b/module.json index 4e2137c..01e2a32 100644 --- a/module.json +++ b/module.json @@ -1,33 +1,33 @@ { "id": "world-anvil", "title": "World Anvil Integration", + "version": "1.4.0", "description": "

A module to integrate World Anvil with Foundry Virtual Tabletop.

", - "author": "Atropos", - "authors": [], - "url": "https://github.com/foundryvtt/world-anvil", - "version": "1.3.3", + "authors": [ + { + "name": "Atropos", + "discord": "Atropos#3814" + }, + { + "name": "Adrien Schiehle", + "discord": "Didialchichi#2607" + } + ], "compatibility": { "minimum": "10", - "verified": "10.284", + "verified": "10", "maximum": "10" }, - "scripts": [], - "esmodules": [ - "wa.js" - ], - "styles": [ - "wa.css" - ], + "url": "https://github.com/foundryvtt/world-anvil", + "manifest": "https://raw.githubusercontent.com/foundryvtt/world-anvil/master/module.json", + "download": "https://github.com/foundryvtt/world-anvil/archive/refs/tags/release-1.4.0.zip", + "esmodules": ["wa.js"], + "styles": ["wa.css"], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" } - ], - "packs": [], - "system": [], - "relationships": {}, - "manifest": "https://raw.githubusercontent.com/foundryvtt/world-anvil/master/module.json", - "download": "https://github.com/foundryvtt/world-anvil/archive/refs/tags/release-1.3.3.zip" + ] }