Release 2.3

This commit is contained in:
Megastruktur 2020-09-17 11:00:52 +03:00
parent 41396ddd73
commit b632b9516d
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
v2.3
- Added shortened attribute names to use in templates
- Handlebars "concat" helper added
v2.2 v2.2
- Spanish translation added - Spanish translation added
- Cohorts localization fix - Cohorts localization fix

View file

@ -2,8 +2,8 @@
"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.2", "version": "2.3",
"minimumCoreVersion": "0.5.3", "minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "0.7.2", "compatibleCoreVersion": "0.7.2",
"templateVersion": 1, "templateVersion": 1,
"author": "megastruktur", "author": "megastruktur",
@ -31,8 +31,8 @@
} }
], ],
"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/2.2/system.json", "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/2.3/system.json",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/2.2.zip", "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/2.3.zip",
"packs": [ "packs": [
{ {
"name": "class", "name": "class",