Skip to content

Commit

Permalink
Support Foundry v12
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Jun 4, 2024
1 parent b724f43 commit 20604f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.7.0
* Compatibility: Support Foundry V12

### 1.6.11
* Bugfix: Fixed scene navigation moving with players list

Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.",
"version": "1.6.11",
"version": "1.7.0",
"compatibility": {
"minimum": "10",
"verified": "11.315",
"maximum": "11"
"verified": "12.325",
"maximum": "12"
},
"minimumCoreVersion": "10",
"relationships": {
Expand Down Expand Up @@ -49,7 +49,7 @@
],
"url": "https://github.com/saif-ellafi/foundryvtt-minimal-ui.git",
"manifest": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/latest/download/module.json",
"download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.6.11/foundryvtt-minimal-ui_1.6.11.zip",
"download": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/releases/download/1.7.0/foundryvtt-minimal-ui_1.7.0.zip",
"readme": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/blob/main/README.md",
"license": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/blob/main/LICENSE.md",
"changelog": "https://github.com/saif-ellafi/foundryvtt-minimal-ui/blob/main/CHANGELOG.md"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundryvtt-minimal-ui",
"version": "1.6.11",
"version": "1.7.0",
"description": "Minimal UI allows customizing Foundry interface, by hiding, collapsing or resizing specific parts.",
"main": "minimalui.js",
"scripts": {
Expand Down

0 comments on commit 20604f7

Please sign in to comment.