Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyVadala committed Jun 22, 2023
1 parent ac75143 commit 842641b
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,31 @@
"id": "foundry_community_tables",
"title": "Foundry Community Tables",
"description": "<p>This is a collection of Tables added by the FoundryVTT Community!<br><br>You can add your own tables by making a pull request here: https://github.com/foundry-vtt-community/tables</p>",
"version": "10.1",
"version": "11.0",
"authors": [
{
"name": "FoundryVTTCommunity"
}
],
"packs": [
{
"name": "community-tables-5e",
"label": "FVTT Community Tables - 5E",
"path": "packs/table-5e.db",
"module": "foundry_community_tables",
"type": "RollTable"
},
{
"name": "community-tables-independent",
"label": "FVTT Community Tables - Independent",
"path": "packs/table-independent.db",
"name": "community-tables",
"label": "FVTT Community Tables",
"path": "packs/table.db",
"module": "foundry_community_tables",
"type": "RollTable"
}
],
"url": "https://github.com/foundry-vtt-community/tables",
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/module.json",
"download": "https://github.com/foundry-vtt-community/tables/archive/v10.1.zip",
"download": "https://github.com/foundry-vtt-community/tables/archive/v11.0.zip",
"bugs": "https://github.com/foundry-vtt-community/tables/issues",
"readme": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/README.md",
"changelog": "https://github.com/foundry-vtt-community/tables/releases",
"license": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/LICENSE.md",
"socket": true,
"compatibility": {
"minimum": "9",
"verified": "10"
"minimum": "11",
"verified": "11"
}
}

0 comments on commit 842641b

Please sign in to comment.