Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrakorne committed Oct 18, 2021
1 parent 1dc440c commit ed7aa6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "better-rolltables",
"title": "Better Roll Tables",
"description": "Adding functionality to roll tables, especially to roll treasure and magic items",
"version": "1.8.3",
"version": "1.8.4",
"author": "Ultrakorne#6240",
"esmodules": [
"./scripts/brt-main.js"
Expand Down Expand Up @@ -67,5 +67,5 @@
],
"url": "https://github.com/ultrakorne/better-rolltables",
"manifest": "https://raw.githubusercontent.com/ultrakorne/better-rolltables/master/module.json",
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.8.3/better-rolltables.zip"
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.8.4/better-rolltables.zip"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-rolltables",
"description": "Adding functionality to roll tables, especially to roll treasure and magic items",
"version": "1.8.2",
"version": "1.8.4",
"main": "scripts/brt-main.js",
"scripts": {
"format": "eslint ./scripts --fix --ext *.js",
Expand Down
5 changes: 5 additions & 0 deletions templates/welcome-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ <h2>Bugs or Suggestions?</h2>

<h1>Patchnotes</h1>

<h2 id="v184">v1.8.4</h2>
<ul>
<li>various fixes</li>
</ul>

<h2 id="v183">v1.8.3</h2>
<ul>
<li>add option to disable message when generating loot to actor (disabled by default)</li>
Expand Down

0 comments on commit ed7aa6d

Please sign in to comment.