diff --git a/module.json b/module.json
index 25f3a03..65e05ce 100644
--- a/module.json
+++ b/module.json
@@ -2,7 +2,7 @@
"name": "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": "0.11",
+ "version": "0.12",
"author": "CyberPathogen",
"packs": [
{
@@ -22,8 +22,8 @@
],
"url": "https://github.com/foundry-vtt-community/tables",
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/tables/master/module.json",
- "download": "https://github.com/foundry-vtt-community/tables/archive/v0.11.zip",
+ "download": "https://github.com/foundry-vtt-community/tables/archive/v0.12.zip",
"socket": true,
- "minimumCoreVersion": "0.6.6",
- "compatibleCoreVersion": "0.7.7"
+ "minimumCoreVersion": "0.7.5",
+ "compatibleCoreVersion": "0.7.9"
}