Skip to content

Commit

Permalink
1.2 Release
Browse files Browse the repository at this point in the history
- Adds improved PTGS behaviour
- Adds improved roll support
- Minor library version updates
  • Loading branch information
StasTserk committed Jul 22, 2020
1 parent de769e6 commit 81de8c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "burningwheel",
"version": "0.1.1",
"version": "0.1.2",
"description": "Foundry VTT Implementation for The Burning Wheel",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "burningwheel",
"title": "The Burning Wheel",
"description": "Community Foundry implementation of The Burning Wheel",
"version": "0.1.1",
"templateVersion": 5,
"version": "0.1.2",
"templateVersion": 6,
"author": "Stas Tserkovny",
"esmodules": [
"module/burningwheel.js"
Expand All @@ -21,5 +21,5 @@
"gridUnits": "ft",
"url": "https://github.com/StasTserk/foundry-burningwheel",
"manifest": "https://raw.githubusercontent.com/StasTserk/foundry-burningwheel/master/system.json",
"download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.1.1/release0.1.1.zip"
"download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.1.2/release0.1.2.zip"
}

0 comments on commit 81de8c8

Please sign in to comment.