Skip to content

Commit

Permalink
0.3.1 Release Version Bump
Browse files Browse the repository at this point in the history
Also ups compatibility version to 0.6.6
  • Loading branch information
StasTserk committed Aug 28, 2020
1 parent b30a927 commit 0e7ab25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.3.0",
"version": "0.3.1",
"description": "Foundry VTT Implementation for The Burning Wheel",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.3.0",
"templateVersion": 9,
"version": "0.3.1",
"templateVersion": 10,
"author": "Stas Tserkovny",
"esmodules": [
"module/burningwheel.js"
Expand All @@ -17,12 +17,12 @@
],
"packs": [],
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.6",
"socket": false,
"initiative": "1d20",
"gridDistance": 10,
"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.3.0/release0.3.0.zip"
"download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/0.3.1/release0.3.1.zip"
}

0 comments on commit 0e7ab25

Please sign in to comment.