From 8d165c2984852b130ffda1b94c88a79875b4928b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 15 Apr 2021 10:05:35 +0200 Subject: [PATCH] Verified 0.8.1 combatibility --- CHANGELOG.md | 3 +++ module.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0046a..858873a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,8 @@ ### New features - Added support for game systems +### Compatibility +- Add support for Foundry 0.8.1 + ## 1.0.0 ### Initial release diff --git a/module.json b/module.json index a329eff..03567b5 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,7 @@ "description": "A library for easier handling of foundry sockets", "version": "1.0.0", "minimumCoreVersion" : "0.7.9", - "compatibleCoreVersion" : "0.7.9", + "compatibleCoreVersion" : "0.8.1", "library": true, "authors": [ {