Skip to content

Commit

Permalink
Bump version and compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
StasTserk committed Jul 14, 2023
1 parent d2cc45d commit 6cc910c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
66 changes: 33 additions & 33 deletions 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": "1.4.0",
"version": "1.4.1",
"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,7 +2,7 @@
"name": "burningwheel",
"title": "The Burning Wheel",
"description": "Community Foundry implementation of The Burning Wheel",
"version": "1.4.0",
"version": "1.4.1",
"templateVersion": 20,
"authors": [
{
Expand All @@ -23,13 +23,13 @@
"packs": [],
"compatibility": {
"minimum": 11,
"verified": "11.302"
"verified": "11.305"
},
"socket": true,
"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/1.4.0/release1.4.0.zip"
"download": "https://github.com/StasTserk/foundry-burningwheel/releases/download/1.4.1/release1.4.1.zip"
}

0 comments on commit 6cc910c

Please sign in to comment.