Skip to content

Commit

Permalink
1.17.16
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Sep 18, 2022
1 parent 3f63273 commit 29e52a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next Release

## 1.17.16

- Ensure all character stats are numbers (fixes [#460](https://github.com/ben/foundry-ironsworn/pull/460))
- Add an "oracle" icon and lots of v10 tooltips ([#466](https://github.com/ben/foundry-ironsworn/pull/466))
- Use the _Fulfill Your Vow_ move when doing a progress roll on a vow ([#470](https://github.com/ben/foundry-ironsworn/pull/470))
Expand Down
12 changes: 8 additions & 4 deletions system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"title": "Ironsworn & Starforged",
"description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkins.",
"license": "LICENSE.txt",
"version": "1.17.15",
"version": "1.17.16",
"url": "https://github.com/ben/foundry-ironsworn",
"manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.17.15/ironsworn.zip",
"download": "https://github.com/ben/foundry-ironsworn/releases/download/1.17.16/ironsworn.zip",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"compatibility": {
Expand Down Expand Up @@ -52,8 +52,12 @@
"caption": "Ironsworn & Starforged"
}
],
"esmodules": ["ironsworn.js"],
"styles": ["ironsworn.css"],
"esmodules": [
"ironsworn.js"
],
"styles": [
"ironsworn.css"
],
"dependencies": [],
"relationships": {
"requires": []
Expand Down

0 comments on commit 29e52a7

Please sign in to comment.