From fda51948c2ae23e8a49045ceb6a4484c284a0108 Mon Sep 17 00:00:00 2001 From: MJ <49248157+Eranziel@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:57:39 -0600 Subject: [PATCH] Release version 1.14.10 --- forgevtt-module.js | 2 +- module.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forgevtt-module.js b/forgevtt-module.js index 57426cb..a8f1b10 100644 --- a/forgevtt-module.js +++ b/forgevtt-module.js @@ -792,7 +792,7 @@ class ForgeVTT { styles: [], title: "The Forge", url: "https://forge-vtt.com", - version: "1.14.9", + version: "1.14.10", availability: 0, // Shows as a red warning in the module list from v11 onwards, see below unavailable: false }; diff --git a/module.json b/module.json index 51fefbf..2d8822a 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.9", + "version": "1.14.10", "author": "KaKaRoTo (forge-vtt.com)", "authors": [ { @@ -30,10 +30,10 @@ ], "packs": [], "minimumCoreVersion": "0.6.0", - "compatibleCoreVersion": "11", + "compatibleCoreVersion": "12", "compatibility": { "minimum": "0.6.0", - "verified": "11" + "verified": "12" }, "url": "https://forge-vtt.com", "manifest": "https://github.com/ForgeVTT/fvtt-module-forge-vtt/releases/latest/download/module.json",