From 4a05c8f8eb0f454e499c6b3daee4d483ac2e649e Mon Sep 17 00:00:00 2001 From: Hada Ionut Date: Tue, 12 Jan 2021 18:58:50 +0200 Subject: [PATCH 1/2] Update changelog.md --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index e06e473..2711d56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +# v1.1.2 +Removed metrify button from combat tracker pop-up # v1.1.1 Added support for MARS5e From 98a112b6af41c13b94a5abeba5eb446762d033c2 Mon Sep 17 00:00:00 2001 From: Sebastian Kacprzak Date: Tue, 12 Jan 2021 19:34:15 +0000 Subject: [PATCH 2/2] Mark as compatibile with Foundry 0.7.9 --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index 24da03f..83bd82e 100644 --- a/src/module.json +++ b/src/module.json @@ -21,9 +21,9 @@ }], "system": "dnd5e", "minimumCoreVersion": "0.6.5", - "compatibleCoreVersion": "0.7.7", + "compatibleCoreVersion": "0.7.9", "url": "https://github.com/HadaIonut/Foundry-mgl", "manifest": "https://github.com/HadaIonut/Foundry-mgl/releases/download/v1.1.2/module.json", "download": "https://github.com/HadaIonut/Foundry-mgl/releases/download/v1.1.2/module.zip", "changelog": "" -} \ No newline at end of file +}