diff --git a/module.json b/module.json
index 318d220..cffbdf7 100644
--- a/module.json
+++ b/module.json
@@ -2,7 +2,7 @@
"id": "foundry_community_tables",
"title": "Foundry Community Tables",
"description": "
This is a collection of Tables added by the FoundryVTT Community!
You can add your own tables by making a pull request here: https://github.com/foundry-vtt-community/tables
",
- "version": "10.1",
+ "version": "11.0",
"authors": [
{
"name": "FoundryVTTCommunity"
@@ -10,30 +10,23 @@
],
"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"
}
}