From 2d9abb42618d4c16524d89f09cc60e5c4b1addc4 Mon Sep 17 00:00:00 2001 From: Anthony Vadala Date: Mon, 1 Jun 2020 17:46:07 -0400 Subject: [PATCH] Updated to v0.13 and core 0.6.1 --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index bf0b957..ea91961 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.12", + "version": "0.13", "author": "CyberPathogen", "packs": [ { @@ -50,8 +50,8 @@ ], "url": "https://github.com/foundry-vtt-community/macros", "manifest": "https://github.com/foundry-vtt-community/macros/master/module.json", - "download": "https://github.com/foundry-vtt-community/macros/archive/v0.12.zip", + "download": "https://github.com/foundry-vtt-community/macros/archive/v0.13.zip", "socket": true, "minimumCoreVersion": "0.5.7", - "compatibleCoreVersion": "0.6.0" + "compatibleCoreVersion": "0.6.1" }