From d73474b677ae1109c67d3345230aabe1976c3316 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Tue, 1 Jun 2021 18:13:45 -0400 Subject: [PATCH] Update module.json --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 8087752..72ace7b 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "foundry_community_macros", "title": "Foundry Community Macros", "description": "

This is a collection of Macros added by the FoundryVTT Community!

You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros

", - "version": "0.40", + "version": "0.41", "author": "FoundryVTTCommunity", "packs": [ { @@ -71,8 +71,8 @@ ], "url": "https://github.com/foundry-vtt-community/macros", "manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/module.json", - "download": "https://github.com/foundry-vtt-community/macros/archive/v0.40.zip", + "download": "https://github.com/foundry-vtt-community/macros/archive/v0.41.zip", "socket": true, - "minimumCoreVersion": "0.7.8", - "compatibleCoreVersion": "0.7.9" + "minimumCoreVersion": "0.7.10", + "compatibleCoreVersion": "0.8.6" }