Skip to content

Commit

Permalink
Merge pull request #2 from a-ws-m:fix/metadata
Browse files Browse the repository at this point in the history
Fix/metadata
  • Loading branch information
a-ws-m authored Jan 4, 2022
2 parents 562f0fe + 3959f77 commit 308c4e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [3.2.1] 2022-01-04

### FIXED

- Corrected Foundry versioning (0.9 -> 9).

### ADDED

- Added all contributors to `authors`.

## [3.2.0] 2021-12-31

### ADDED
Expand Down
15 changes: 8 additions & 7 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
"title": "Long Rest Hit Die Healing for D&D5e",
"description": "Adds the \"Slow Natural Healing\" rules to the dnd5e system. Rather than healing to full hit points, actors now have the option to spend hit dice on a long rest.",
"system": "dnd5e",
"version": "3.2.0",
"authors": ["Cole Schultz", "Alex Moriarty"],
"version": "3.2.1",
"authors": ["Cole Schultz", "Alex Moriarty", "Maxime Chicault", "@DarKDinDoN"],
"esmodules": [
"lr-hd-healing.js"
],
"minimumCoreVersion": "0.9",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"url": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e",
"manifest": "https://raw.githubusercontent.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/master/module.json",
"download": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/archive/3.2.0.zip",
"license": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.0/LICENSE",
"readme": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.0/README.md",
"changelog": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.0/CHANGELOG.md"
"download": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/archive/3.2.1.zip",
"license": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.1/LICENSE",
"readme": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.1/README.md",
"changelog": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.1/CHANGELOG.md"
}

0 comments on commit 308c4e5

Please sign in to comment.