Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrodrig committed Nov 17, 2024
1 parent 12084b6 commit 638c5f3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "hm-loc-drilen",
"title": "Drilen Manor",
"description": "A small but wealthy manor located between the Chyle forest and the Omin river in Fethael Hundred.",
"version": "1.2.0",
"version": "1.2.1",
"bugs": "https://github.com/toastygm/hm-loc-drilen/issues",
"license": "LICENSE",
"readme": "README.md",
Expand Down Expand Up @@ -30,9 +30,19 @@
}
]
},
"packFolders": [
{
"name": "Drilen Manor",
"sorting": "m",
"packs": [
"scenes",
"journals"
]
}
],
"packs": [
{
"label": "Drilen Scenes",
"label": "Scenes",
"name": "scenes",
"path": "packs/scenes",
"type": "Scene",
Expand All @@ -43,7 +53,7 @@
}
},
{
"label": "Drilen Journals",
"label": "Journals",
"name": "journals",
"path": "packs/journals",
"type": "JournalEntry",
Expand All @@ -56,7 +66,7 @@
],
"url": "https://github.com/toastygm/hm-loc-drilen/",
"manifest": "https://github.com/toastygm/hm-loc-drilen/releases/latest/download/module.json",
"download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.2.0/module.zip",
"download": "https://github.com/toastygm/hm-loc-drilen/releases/download/v1.2.1/module.zip",
"flags": {
"allowBugReporter": true
}
Expand Down

0 comments on commit 638c5f3

Please sign in to comment.