From c598c14d17fe837831a159761574c9f5783e9566 Mon Sep 17 00:00:00 2001 From: DC23 Date: Thu, 28 Nov 2024 22:09:24 +1100 Subject: [PATCH] Updated system.json to make it clear which properties are now filled in by the release building workflow. #76 --- system.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 75ec32b..cab5f5b 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "basicfantasyrpg", "title": "Basic Fantasy RPG", "description": "The Basic Fantasy RPG system for FoundryVTT!", - "version": "r14", + "version": "dev", "compatibility": { "minimum": "11", "verified": "12" @@ -44,7 +44,7 @@ "primaryTokenAttribute": "hitPoints", "secondaryTokenAttribute": null, "url": "https://github.com/orffen/basicfantasyrpg", - "manifest": "https://raw.githubusercontent.com/orffen/basicfantasyrpg/main/system.json", - "download": "https://github.com/orffen/basicfantasyrpg/archive/refs/tags/r14.zip", + "manifest": "Will be populated by release creation workflow", + "download": "Will be populated by release creation workflow", "license": "LICENSE.txt" } \ No newline at end of file