From e5f62da64650da0bbf28852ad269d13eb74d4382 Mon Sep 17 00:00:00 2001 From: Russell Date: Wed, 16 Oct 2024 21:13:50 -0500 Subject: [PATCH] version numbers --- system.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/system.json b/system.json index d6c7c03a0..f3fbc6f95 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "wfrp4e", "title": "Warhammer Fantasy Roleplay 4th Edition", "description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.", - "version": "8.1.3", + "version": "8.2.0", "authors" : [ { "name": "Moo Man", @@ -63,17 +63,15 @@ "requires": [{ "id": "warhammer-lib", "type": "module", - "manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.1.0/module.json", + "manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.1.1/module.json", "compatibility": { - "minimum" : "1.1.0", - "verified": "1.1.0" + "minimum" : "1.1.1", + "verified": "1.1.1" } }] }, - "manifestPlusVersion": "1.0.0", - "templateVersion":3, "socket": true, "manifest" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json", - "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.1.3/wfrp4e.zip", + "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.2.0/wfrp4e.zip", "url" : "https://github.com/moo-man/WFRP4e-FoundryVTT" }