Skip to content

Commit

Permalink
V10 compatible release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclayton committed Sep 5, 2022
1 parent ba09fec commit 7b757ad
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "world-anvil",
"title": "World Anvil Integration",
"version": "1.4.0",
"description": "<p>A module to integrate <a href=\"https://worldanvil.com\" title=\"World Anvil\" target=\"_blank\">World Anvil</a> with Foundry Virtual Tabletop.</p>",
"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"
]
}

0 comments on commit 7b757ad

Please sign in to comment.