Skip to content

Commit

Permalink
Preparing for v9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
earlSt1 committed Dec 14, 2021
1 parent b85ffdd commit 8626e6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.4.1 (2021-12-14)
- Compatible with FVTT v9
- Fixed issues with searching in compendiums
- Now supports Card compendiums
- Now supports new Macro Folder functionality in Core.
# 2.3.63 (2021-12-04)
- Fixed an issue where extra translated compendiums were appearing in the world
# 2.3.62 (2021-12-04)
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"title": "Compendium Folders",
"description": "Collapsable folders for compendiums",
"author": "Erceron",
"version": "2.4.0",
"minimumCoreVersion": "9.235",
"compatibleCoreVersion":"9.235",
"version": "2.4.1",
"minimumCoreVersion": "9",
"compatibleCoreVersion":"9",
"esmodules": [
"./compendium-folders.js"
],
Expand Down Expand Up @@ -55,5 +55,5 @@
"styles": ["./styles.css"],
"url": "https://github.com/earlSt1/vtt-compendium-folders",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/09x-update/module.json",
"download": "https://github.com/earlSt1/vtt-compendium-folders/releases/download/2.4.0/2.4.0.zip"
"download": "https://github.com/earlSt1/vtt-compendium-folders/releases/download/2.4.1/2.4.1.zip"
}

0 comments on commit 8626e6e

Please sign in to comment.