Skip to content

Commit

Permalink
Merge pull request #1851 from crnormand/import-fix
Browse files Browse the repository at this point in the history
updated system version
  • Loading branch information
rinickolous authored Oct 1, 2023
2 parents c98eb58 + c3d49d7 commit 7b3d67a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@
"id": "gurps",
"title": "GURPS 4e Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT",
"version": "0.16.5",
"version": "0.16.6",
"authors": [
{
"name": "Chris Normand",
"email": "[email protected]",
"discord": "Nose66#6689",
"discord": "nose66",
"flags": {}
},
{
"name": "M. Jeff Wilson",
"discord": "Nick Coffin, PI#8616",
"discord": "nick.coffin.pi",
"flags": {}
},
{
"name": "Mikolaj Tomczynski",
"email": "[email protected]",
"discord": "neck#0001",
"discord": "sasiedny",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
"minimum": 11,
"verified": "11.311",
"maximum": 11
},
"esmodules": [
"module/gurps.js",
Expand Down Expand Up @@ -80,7 +81,7 @@
"secondaryTokenAttribute": "FP",
"url": "https://github.com/crnormand/gurps",
"manifest": "https://raw.githubusercontent.com/crnormand/gurps/release/system.json",
"download": "https://github.com/crnormand/gurps/archive/0.16.5.zip",
"download": "https://github.com/crnormand/gurps/archive/0.16.6.zip",
"socket": true,
"license": "LICENSE.txt"
}

0 comments on commit 7b3d67a

Please sign in to comment.