Skip to content

Commit

Permalink
Fix minimum system version in module.json (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Aug 6, 2024
1 parent bdb59be commit dbf7cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum": "6.2.1"
"minimum": "6.2.0"
}
}
]
Expand Down

0 comments on commit dbf7cd0

Please sign in to comment.