Skip to content

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Oct 17, 2024
1 parent a9b53c0 commit e5f62da
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "wfrp4e",
"title": "Warhammer Fantasy Roleplay 4th Edition",
"description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.",
"version": "8.1.3",
"version": "8.2.0",
"authors" : [
{
"name": "Moo Man",
Expand Down Expand Up @@ -63,17 +63,15 @@
"requires": [{
"id": "warhammer-lib",
"type": "module",
"manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.1.0/module.json",
"manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.1.1/module.json",
"compatibility": {
"minimum" : "1.1.0",
"verified": "1.1.0"
"minimum" : "1.1.1",
"verified": "1.1.1"
}
}]
},
"manifestPlusVersion": "1.0.0",
"templateVersion":3,
"socket": true,
"manifest" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json",
"download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.1.3/wfrp4e.zip",
"download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.2.0/wfrp4e.zip",
"url" : "https://github.com/moo-man/WFRP4e-FoundryVTT"
}

0 comments on commit e5f62da

Please sign in to comment.