From be642cfb882236255b26bcbfdc4543fd0813c7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 15 Apr 2021 10:08:45 +0200 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 3 ++- module.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858873a..18748c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -## In development +## 1.0.1 ### 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 03567b5..276f89d 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "socketlib", "title": "socketlib", "description": "A library for easier handling of foundry sockets", - "version": "1.0.0", + "version": "1.0.1", "minimumCoreVersion" : "0.7.9", "compatibleCoreVersion" : "0.8.1", "library": true, @@ -17,7 +17,7 @@ "src/socketlib.js" ], "url": "https://github.com/manuelVo/foundryvtt-socketlib", - "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.1.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",