From f7e98cbd505fa89687481928471ee29fb7e7df91 Mon Sep 17 00:00:00 2001 From: CDeenen Date: Tue, 17 Nov 2020 06:51:14 +0100 Subject: [PATCH] v0.8.5 --- changelog.md | 1 + module.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0b79a5e..d6379f7 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@
  • Added support for localization (module only)
  • Fixed issue where SD buttons would not load properly if Foundry was initialized before the SD, or if Foundry was refreshed
  • Long words now split up onto multiple lines
  • +
  • Confirmed compatibility with Foundry v0.7.7
  • Compatible server app and SD plugin:
    Server v0.2.4 (no change)
    diff --git a/module.json b/module.json index 4a09a94..73b6dbd 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ ], "socket": true, "minimumCoreVersion": "0.7.5", - "compatibleCoreVersion": "0.7.6", + "compatibleCoreVersion": "0.7.7", "languages": [ { "lang": "en",