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 diff --git a/src/module.json b/src/module.json index 915960a..ca75d16 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.3/module.json", "download": "https://github.com/HadaIonut/Foundry-mgl/releases/download/v1.1.3/module.zip", "changelog": "" -} \ No newline at end of file +}