Skip to content

Commit

Permalink
updated manifest to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrakorne committed Jun 13, 2021
1 parent 3e33183 commit 641cca3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 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.6.4",
"version": "1.6.5",
"author": "Ultrakorne#6240",
"esmodules": [
"./scripts/brt-main.js"
Expand Down Expand Up @@ -31,8 +31,8 @@
"entity": "JournalEntry"
}
],
"minimumCoreVersion": "0.7.3",
"compatibleCoreVersion": "0.7.7",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.6",
"languages": [
{
"lang": "en",
Expand All @@ -57,5 +57,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.6.4/better-rolltables.zip"
"download": "https://github.com/ultrakorne/better-rolltables/releases/download/v1.6.5/better-rolltables.zip"
}
6 changes: 6 additions & 0 deletions templates/welcome-screen.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ <h2>Bugs or Suggestions?</h2>

<h1>Patchnotes</h1>


<h2 id="v165">v1.6.5</h2>
<ul>
<li>Updated module to work with foundry 0.8.x</li>
<li>Merged pull request from Fotamecus to better support systems like PF1E</li>
</ul>
<h2 id="v164">v1.6.4</h2>
<ul>
<li>Exposed API to get story reults via macro 'game.betterTables.getStoryResults(table)' (thanks jsabol)</li>
Expand Down

0 comments on commit 641cca3

Please sign in to comment.