From e573f5d3407a2f1fc7ac37956fe0c706e90aa0e2 Mon Sep 17 00:00:00 2001 From: Rui Pinheiro Date: Wed, 22 May 2024 23:37:39 +0100 Subject: [PATCH] v1.12.13.1: Declare compatibility with FVTT v12 --- CHANGELOG.md | 5 +++++ module.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2af1e..a2ebb60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.12.13.1 (2024-05-22) + +- Declare compatibility with Foundry v12. +- No code changes. + # 1.12.13.0 (2023-07-18) - Improve "potential conflict" warning message. ([Issue #77](https://github.com/ruipin/fvtt-lib-wrapper/issues/77)) diff --git a/module.json b/module.json index 71ad529..04b96e6 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "lib-wrapper", "title": "libWrapper", "description": "Library for wrapping core Foundry VTT methods, meant to improve compatibility between packages that wrap the same methods.", - "version": "1.12.13.0", + "version": "1.12.13.1", "author": "Rui Pinheiro", "authors": [{ "name": "Rui Pinheiro", @@ -12,10 +12,10 @@ "esmodules": ["src/index.js"], "styles": ["dist/lib-wrapper.css"], "minimumCoreVersion": "0.6.5", - "compatibleCoreVersion": "11", + "compatibleCoreVersion": "12", "compatibility": { "minimum": "0.6.5", - "verified": "11" + "verified": "12" }, "url": "https://github.com/ruipin/fvtt-lib-wrapper", "bugs": "https://github.com/ruipin/fvtt-lib-wrapper/issues",