From d1699927f4061b63e4fd553b20160c813d6f2fd0 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Thu, 10 Oct 2024 12:16:33 -0400 Subject: [PATCH] Updated module to v12 --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index cffbdf7..2fb6995 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": "11.0", + "version": "12.0", "authors": [ { "name": "FoundryVTTCommunity" @@ -19,14 +19,14 @@ ], "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/v11.0.zip", + "download": "https://github.com/foundry-vtt-community/tables/archive/v12.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": "11", - "verified": "11" + "minimum": "12", + "verified": "12" } }