Skip to content

Commit bb35f1b

Browse files
committed
Updated to support Foundry VTT v13
1 parent 810d926 commit bb35f1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

module.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "foundry_community_tables",
33
"title": "Foundry Community Tables",
44
"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>",
5-
"version": "12.0",
5+
"version": "13.0",
66
"authors": [
77
{
88
"name": "FoundryVTTCommunity"
@@ -19,14 +19,14 @@
1919
],
2020
"url": "https://github.com/foundry-vtt-community/tables",
2121
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/module.json",
22-
"download": "https://github.com/foundry-vtt-community/tables/archive/v12.0.zip",
22+
"download": "https://github.com/foundry-vtt-community/tables/archive/v13.0.zip",
2323
"bugs": "https://github.com/foundry-vtt-community/tables/issues",
2424
"readme": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/README.md",
2525
"changelog": "https://github.com/foundry-vtt-community/tables/releases",
2626
"license": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/LICENSE.md",
2727
"socket": true,
2828
"compatibility": {
29-
"minimum": "12",
30-
"verified": "12"
29+
"minimum": "13",
30+
"verified": "13"
3131
}
3232
}

0 commit comments

Comments
 (0)