Skip to content

Commit

Permalink
Release version 1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Nov 13, 2024
1 parent 79490c3 commit fda5194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forgevtt-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "forge-vtt",
"title": "The Forge",
"description": "<p>This module allows players to browse their Forge Assets Library from their local games, if needed.</p><p>This module is automatically enabled for users on The Forge and is therefore not required when running your games on The Forge website.</p><p><strong>To use it, you will need to generate an API Key from your account page.</strong></p>",
"version": "1.14.9",
"version": "1.14.10",
"author": "KaKaRoTo (forge-vtt.com)",
"authors": [
{
Expand All @@ -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",
Expand Down

0 comments on commit fda5194

Please sign in to comment.