From 1a15a8d915bafa7167ee8354ec7863412523a801 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Thu, 23 Dec 2021 00:50:50 -0500 Subject: [PATCH] Update module.json --- module.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index bad35ba..1947848 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.17.0", + "version": "9.1", "author": "FoundryVTTCommunity", "packs": [ { @@ -22,8 +22,12 @@ ], "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/v0.17.0.zip", + "download": "https://github.com/foundry-vtt-community/tables/archive/v9.1.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, "minimumCoreVersion": "0.7.10", - "compatibleCoreVersion": "0.8.9" + "compatibleCoreVersion": "9" }