Merge tag '3.17' into development
Release 3.17 - Fix Dice Roll icon in toolbar in V9 #172
This commit is contained in:
commit
96d0466e1a
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
v.3.17
|
||||
- Fix Dice Roll icon in toolbar in V9 #172
|
||||
|
||||
v.3.16
|
||||
- Fixes German translation
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
"name": "blades-in-the-dark",
|
||||
"title": "Blades in the Dark",
|
||||
"description": "Blades in the dark game system.",
|
||||
"version": "3.16",
|
||||
"version": "3.17",
|
||||
"minimumCoreVersion": "0.8.5",
|
||||
"compatibleCoreVersion": "0.8.9",
|
||||
"compatibleCoreVersion": "9",
|
||||
"templateVersion": 1,
|
||||
"author": "megastruktur",
|
||||
"esmodules": [
|
||||
|
@ -47,7 +47,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/3.16.zip",
|
||||
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.17.zip",
|
||||
"packs": [
|
||||
{
|
||||
"name": "class",
|
||||
|
|
Reference in a new issue