From a71c56b5b832c0d30883f0acdb64ecbef4df72a6 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Sun, 6 Dec 2020 10:52:14 -0500 Subject: [PATCH] Update module.json --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 5868e8d..0d9d33e 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.29", + "version": "0.30", "author": "CyberPathogen", "packs": [ { @@ -57,8 +57,8 @@ ], "url": "https://github.com/foundry-vtt-community/macros", "manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/master/module.json", - "download": "https://github.com/foundry-vtt-community/macros/archive/v0.29.zip", + "download": "https://github.com/foundry-vtt-community/macros/archive/v0.30.zip", "socket": true, "minimumCoreVersion": "0.6.6", - "compatibleCoreVersion": "0.7.7" + "compatibleCoreVersion": "0.7.8" }