From 2ec68373bf13060e7e7a8a799f8ee54f79bcfd20 Mon Sep 17 00:00:00 2001 From: Megastruktur Date: Thu, 20 Jul 2023 10:58:36 +0300 Subject: [PATCH] Version 4.8 --- CHANGELOG.txt | 4 ++++ system.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a4d88da..72453e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/system.json b/system.json index c2a659c..a634fc7 100644 --- a/system.json +++ b/system.json @@ -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" },