Merge tag '2.12' into development
Release 2.12
This commit is contained in:
commit
c3f419644a
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
v2.12
|
||||
- Fix turf and cohort edge/flaws checkboxes
|
||||
|
||||
v2.11
|
||||
- Fix localize for Rolls (@kinote)
|
||||
- Adjust avatar image position for Actor, Crew and Item (@olivier-grech)
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"name": "blades-in-the-dark",
|
||||
"title": "Blades in the Dark",
|
||||
"description": "Blades in the dark game system.",
|
||||
"version": "2.11",
|
||||
"version": "2.12",
|
||||
"minimumCoreVersion": "0.7.2",
|
||||
"compatibleCoreVersion": "0.7.8",
|
||||
"compatibleCoreVersion": "0.7.9",
|
||||
"templateVersion": 1,
|
||||
"author": "megastruktur",
|
||||
"esmodules": [
|
||||
|
@ -32,7 +32,7 @@
|
|||
],
|
||||
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
|
||||
"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/2.11.zip",
|
||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/2.12.zip",
|
||||
"packs": [
|
||||
{
|
||||
"name": "class",
|
||||
|
|
Reference in a new issue