Skip to content

Commit

Permalink
v1.12.13.1: Declare compatibility with FVTT v12
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipin committed May 22, 2024
1 parent 71276d1 commit e573f5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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": "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",
Expand All @@ -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",
Expand Down

0 comments on commit e573f5d

Please sign in to comment.