Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: toastygm/hm-loc-drilen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: toastygm/hm-loc-drilen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 17, 2024

  1. Prepare for release

    tmrodrig committed Nov 17, 2024
    Copy the full SHA
    638c5f3 View commit details
Showing with 14 additions and 4 deletions.
  1. +14 −4 module.json
18 changes: 14 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
@@ -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",
@@ -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",
@@ -43,7 +53,7 @@
}
},
{
"label": "Drilen Journals",
"label": "Journals",
"name": "journals",
"path": "packs/journals",
"type": "JournalEntry",
@@ -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
}