From 8b68960cc081791a2bf414019d91ca9ce02d0ee3 Mon Sep 17 00:00:00 2001 From: Vendare Date: Mon, 29 May 2023 16:54:21 +0200 Subject: [PATCH] Update Version in system.json --- system.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/system.json b/system.json index 4d2cdbb9..6905a51a 100644 --- a/system.json +++ b/system.json @@ -2,10 +2,10 @@ "id": "dark-heresy", "title": "Dark Heresy 2E", "description": "Innocence proves nothing", - "version": "4.2.4", - "minimumCoreVersion" : 10, + "version": "4.2.5", + "minimumCoreVersion" : 11, "compatibility" : { - "minimum" : 10, + "minimum" : 11, "verified" : 11, "maximum" : 11 }, @@ -68,7 +68,7 @@ "secondaryTokenAttribute": null, "url": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT", "socket": true, - "manifest": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT/releases/download/4.2.4/system.json", - "download": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT/releases/download/4.2.4/dark-heresy.zip", + "manifest": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT/releases/download/4.2.5/system.json", + "download": "https://github.com/Vendare/DarkHeresy2E-FoundryVTT/releases/download/4.2.5/dark-heresy.zip", "license": "LICENSE.txt" -} \ No newline at end of file +}