From 24d51a8427e9eade1738d5563a53a173610c9a8f Mon Sep 17 00:00:00 2001 From: Phi <34374883+rikmarais@users.noreply.github.com> Date: Thu, 10 Aug 2023 20:34:00 +0200 Subject: [PATCH] Release 1.14.2 Includes compatibility fixes for v11 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index c6686fe..fb42e02 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "forge-vtt", "title": "The Forge", "description": "
This module allows players to browse their Forge Assets Library from their local games, if needed.
This module is automatically enabled for users on The Forge and is therefore not required when running your games on The Forge website.
To use it, you will need to generate an API Key from your account page.
", - "version": "1.14.1", + "version": "1.14.2", "author": "KaKaRoTo (forge-vtt.com)", "authors": [ { @@ -38,4 +38,4 @@ "url": "https://forge-vtt.com", "manifest": "https://github.com/ForgeVTT/fvtt-module-forge-vtt/releases/latest/download/module.json", "download": "https://github.com/ForgeVTT/fvtt-module-forge-vtt/releases/latest/download/module.zip" -} \ No newline at end of file +}