Skip to content

Commit

Permalink
fix: add official support for foundry v11
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Weingärtner committed Jul 2, 2023
1 parent 985b033 commit 61a62aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
foundry:
image: 'felddy/foundryvtt:10'
image: 'felddy/foundryvtt:11'
environment:
TIMEZONE: Europe/Berlin
FOUNDRY_WORLD: 'test'
Expand Down
2 changes: 1 addition & 1 deletion public/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"compatibility": {
"minimum": "10",
"verified": "10"
"verified": "11"
},
"minimumCoreVersion": "10",
"manifestPlusVersion": "1.2.0",
Expand Down

0 comments on commit 61a62aa

Please sign in to comment.