From d03a1866e16e528d148f2234edaf9cd383942518 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Mon, 29 Jun 2020 15:44:20 -0400 Subject: [PATCH] Updated module version and min/compatible version. --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 1d8699a..b51fa2b 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.5", + "version": "0.6", "author": "CyberPathogen", "packs": [ { @@ -22,8 +22,8 @@ ], "url": "https://github.com/foundry-vtt-community/tables", "manifest": "https://github.com/foundry-vtt-community/tables/master/module.json", - "download": "https://github.com/foundry-vtt-community/tables/archive/v0.5.zip", + "download": "https://github.com/foundry-vtt-community/tables/archive/v0.6.zip", "socket": true, - "minimumCoreVersion": "0.5.7", - "compatibleCoreVersion": "0.6.1" + "minimumCoreVersion": "0.6.0", + "compatibleCoreVersion": "0.6.4" }