From d8125e75924a577df53381928dcf84fc68a03ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 2 Jul 2021 11:31:39 +0200 Subject: [PATCH] Release v1.0.8 --- CHANGELOG.md | 5 +++++ module.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceabfca..9042518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.8 +### Compatibility +- Verified compatibility with Foundry 0.8.8 + + ## 1.0.7 ### Compatibility - Verified compatibility with Foundry 0.8.7 diff --git a/module.json b/module.json index 9b6d471..08f1d50 100644 --- a/module.json +++ b/module.json @@ -2,9 +2,9 @@ "name": "socketlib", "title": "socketlib", "description": "A library for easier handling of foundry sockets", - "version": "1.0.7", + "version": "1.0.8", "minimumCoreVersion" : "0.7.9", - "compatibleCoreVersion" : "0.8.7", + "compatibleCoreVersion" : "0.8.8", "library": true, "authors": [ { @@ -18,7 +18,7 @@ "src/socketlib.js" ], "url": "https://github.com/manuelVo/foundryvtt-socketlib", - "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.7.zip", + "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.8.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md",