Merge tag '3.12' into development
v.3.12 - Fix cohort scale and quality calculation #161 - Removed itemLogic calls #160
This commit is contained in:
commit
dcb04fee0e
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
v.3.12
|
||||||
|
- Fix cohort scale and quality calculation #161
|
||||||
|
- Removed itemLogic calls #160
|
||||||
|
|
||||||
v.3.11
|
v.3.11
|
||||||
- Fix the version number
|
- Fix the version number
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "blades-in-the-dark",
|
"name": "blades-in-the-dark",
|
||||||
"title": "Blades in the Dark",
|
"title": "Blades in the Dark",
|
||||||
"description": "Blades in the dark game system.",
|
"description": "Blades in the dark game system.",
|
||||||
"version": "3.11",
|
"version": "3.12",
|
||||||
"minimumCoreVersion": "0.8.5",
|
"minimumCoreVersion": "0.8.5",
|
||||||
"compatibleCoreVersion": "0.8.9",
|
"compatibleCoreVersion": "0.8.9",
|
||||||
"templateVersion": 1,
|
"templateVersion": 1,
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
],
|
],
|
||||||
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
|
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
|
||||||
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json",
|
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json",
|
||||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.11.zip",
|
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.12.zip",
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"name": "class",
|
"name": "class",
|
||||||
|
|
Reference in a new issue