Skip to content

Commit

Permalink
V11 compatibility (#67)
Browse files Browse the repository at this point in the history
* Update module.json

v11 compatibility : No breaking changes for this module

* Update module.json

---------

Co-authored-by: Andrew (Atropos) <[email protected]>
  • Loading branch information
adrien-schiehle and aaclayton authored Jun 9, 2023
1 parent ef55c41 commit fbe3026
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "world-anvil",
"title": "World Anvil Integration",
"version": "1.4.2",
"version": "1.4.3",
"description": "<p>A module to integrate <a href=\"https://worldanvil.com\" title=\"World Anvil\" target=\"_blank\">World Anvil</a> with Foundry Virtual Tabletop.</p>",
"authors": [
{
Expand All @@ -15,12 +15,11 @@
],
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
"verified": "11"
},
"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.2.zip",
"download": "https://github.com/foundryvtt/world-anvil/archive/refs/tags/release-1.4.3.zip",
"esmodules": ["wa.js"],
"styles": ["wa.css"],
"languages": [
Expand Down

0 comments on commit fbe3026

Please sign in to comment.