Skip to content

Commit

Permalink
Update module.json
Browse files Browse the repository at this point in the history
  • Loading branch information
95Gman authored Aug 2, 2021
1 parent c514913 commit af20c0f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"readme": "https://github.com/95Gman/UESRPG-revised/blob/main/README.md",
"bugs": "https://github.com/95Gman/UESRPG-revised/issues",
"flags": {},
"version": "1.1.3",
"version": "1.1.4",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.8",
"scripts": [],
Expand All @@ -23,6 +23,14 @@
"private": false,
"entity": "Item",
"system": "uesrpg-d100"
},
{
"name": "exotic-skills",
"label": "Exotic Skills",
"path": "./packs/exotic-skills.db",
"private": false,
"entity": "Item",
"system": "uesrpg-d100"
},
{
"name": "traits-revised",
Expand Down Expand Up @@ -123,7 +131,7 @@
],
"socket": false,
"manifest": "https://raw.githubusercontent.com/95Gman/UESRPG-revised/main/module.json",
"download": "https://github.com/95Gman/UESRPG-Revised/archive/refs/tags/1.1.3.zip",
"download": "https://github.com/95Gman/UESRPG-Revised/archive/refs/tags/1.1.4.zip",
"protected": false,
"coreTranslation": false
}

0 comments on commit af20c0f

Please sign in to comment.