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 4692e35 commit 5ca3359
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-ko",
"title": "Khuzdul Outpost",
"description": "A Khuzdul (Dwarven) Abandoned Outpost",
"version": "1.3.0",
"version": "1.3.1",
"bugs": "https://github.com/toastygm/hm-loc-ko/issues",
"license": "LICENSE",
"readme": "README.md",
Expand Down Expand Up @@ -30,9 +30,19 @@
}
]
},
"packFolders": [
{
"name": "Khuzdul Outpost",
"sorting": "m",
"packs": [
"scenes",
"journals"
]
}
],
"packs": [
{
"label": "Khuzdul Outpost Scenes",
"label": "Scenes",
"name": "scenes",
"path": "packs/scenes",
"type": "Scene",
Expand All @@ -43,7 +53,7 @@
}
},
{
"label": "Khuzdul Outpost Journals",
"label": "Journals",
"name": "journals",
"path": "packs/journals",
"type": "JournalEntry",
Expand All @@ -56,7 +66,7 @@
],
"url": "https://github.com/toastygm/hm-loc-ko/",
"manifest": "https://github.com/toastygm/hm-loc-ko/releases/latest/download/module.json",
"download": "https://github.com/toastygm/hm-loc-ko/releases/download/v1.3.0/module.zip",
"download": "https://github.com/toastygm/hm-loc-ko/releases/download/v1.3.1/module.zip",
"flags": {
"allowBugReporter": true
}
Expand Down

0 comments on commit 5ca3359

Please sign in to comment.