From 22d7c15471a94dc0f84bb74537c02c06e2cd2a4f Mon Sep 17 00:00:00 2001 From: John Downey Date: Sat, 9 Apr 2022 15:23:18 -0500 Subject: [PATCH] Update versions to v9 --- src/system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system.json b/src/system.json index 61c889a..cce5ba8 100644 --- a/src/system.json +++ b/src/system.json @@ -3,8 +3,8 @@ "title": "Adventurer Conqueror King System", "description": "Play B/X or other OSR compatible content using the ACKS system", "version": "0.7.5", - "minimumCoreVersion": "0.7.4", - "compatibleCoreVersion": "0.7.9", + "minimumCoreVersion": "9", + "compatibleCoreVersion": "9", "templateVersion": 2, "author": "The Happy Anarchist", "esmodules": ["acks.js"],