Version 4.8

This commit is contained in:
Megastruktur 2023-07-20 10:58:36 +03:00
parent 5d540320ec
commit 2ec68373bf
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
v.4.8
- Fix CSS namespace collisions #202 (@drewg13)
- Adds Automatic generated version in system.json
v.4.7
- Missing coma fix #195 (@hendryl)
- Make action ratings variable and modifiable by Active Effects #197 (@drewg13)

View File

@ -2,7 +2,7 @@
"id": "blades-in-the-dark",
"title": "Blades in the Dark",
"description": "Blades in the dark game system.",
"version": "{VERSION_NUMBER}",
"version": "4.8",
"compatibility": {
"minimum": 10,
"verified": "10.284"
@ -11,7 +11,7 @@
"minimumCoreVersion": "10",
"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/releases/download/{VERSION_NUMBER}/blades-in-the-dark-{VERSION_NUMBER}.zip",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/releases/download/4.8/blades-in-the-dark-{VERSION_NUMBER}.zip",
"authors": [
{ "name": "megastruktur" },
{ "name": "drewg13" },