Changelog and Version increment

This commit is contained in:
Megastruktur 2020-12-16 13:24:07 +03:00
parent 7d643b5134
commit 205cf29aae
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
v2.11
- Fix localize for Rolls (@kinote)
- Adjust avatar image position for Actor, Crew and Item (@olivier-grech)
- Adjust FVTT version compatibility
v2.10 v2.10
- Fix clock styles - Fix clock styles

View file

@ -2,9 +2,9 @@
"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": "2.10", "version": "2.11",
"minimumCoreVersion": "0.7.2", "minimumCoreVersion": "0.7.2",
"compatibleCoreVersion": "0.7.5", "compatibleCoreVersion": "0.7.8",
"templateVersion": 1, "templateVersion": 1,
"author": "megastruktur", "author": "megastruktur",
"esmodules": [ "esmodules": [
@ -32,7 +32,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/2.10.zip", "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/2.11.zip",
"packs": [ "packs": [
{ {
"name": "class", "name": "class",