Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrakorne committed Aug 14, 2021
1 parent 9236c6d commit ae60e2b
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.1",
"version": "1.8.2",
"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.1/better-rolltables.zip"
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.8.2/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.1",
"version": "1.8.2",
"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="v182">v1.8.2</h2>
<ul>
<li>Various bug fixes</li>
</ul>

<h2 id="v181">v1.8.1</h2>
<ul>
<li>Various bug fixes</li>
Expand Down

0 comments on commit ae60e2b

Please sign in to comment.