From a6ebdde454a9e33863cf06ac1f8ce864a14150dd Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 15 Jun 2022 11:01:16 -0400 Subject: [PATCH] Release 1.6.3 with manifest change to GitHub --- system.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system.json b/system.json index fe10c3d1c5..23f67d8aea 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "dnd5e", "title": "DnD5e - Fifth Edition System", "description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.", - "version": "1.6.2", + "version": "1.6.3", "author": "Atropos", "scripts": [], "esmodules": ["dnd5e.js"], @@ -115,7 +115,7 @@ "secondaryTokenAttribute": null, "minimumCoreVersion": "9.245", "compatibleCoreVersion": "9", - "url": "https://gitlab.com/foundrynet/dnd5e", - "manifest": "https://gitlab.com/api/v4/projects/foundrynet%2Fdnd5e/packages/generic/dnd5e/latest/system.json", - "download": "https://gitlab.com/foundrynet/dnd5e/-/releases/release-1.6.2/downloads/dnd5e-release-1.6.2.zip" + "url": "https://github.com/foundryvtt/dnd5e/", + "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json", + "download": "https://github.com/foundryvtt/dnd5e/releases/download/release-1.6.3/dnd5e-1.6.3.zip" }