Version 4.8
This commit is contained in:
parent
5d540320ec
commit
2ec68373bf
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
v.4.8
|
||||||
|
- Fix CSS namespace collisions #202 (@drewg13)
|
||||||
|
- Adds Automatic generated version in system.json
|
||||||
|
|
||||||
v.4.7
|
v.4.7
|
||||||
- Missing coma fix #195 (@hendryl)
|
- Missing coma fix #195 (@hendryl)
|
||||||
- Make action ratings variable and modifiable by Active Effects #197 (@drewg13)
|
- Make action ratings variable and modifiable by Active Effects #197 (@drewg13)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "blades-in-the-dark",
|
"id": "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": "{VERSION_NUMBER}",
|
"version": "4.8",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": 10,
|
"minimum": 10,
|
||||||
"verified": "10.284"
|
"verified": "10.284"
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"minimumCoreVersion": "10",
|
"minimumCoreVersion": "10",
|
||||||
"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/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": [
|
"authors": [
|
||||||
{ "name": "megastruktur" },
|
{ "name": "megastruktur" },
|
||||||
{ "name": "drewg13" },
|
{ "name": "drewg13" },
|
||||||
|
|
Reference in a new issue