From a0b34e059b7ea5491386a97477518c1693e1dda7 Mon Sep 17 00:00:00 2001 From: raeleus Date: Mon, 4 Aug 2025 22:31:29 -0700 Subject: [PATCH] Update version to 8.0 --- Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.js b/Input.js index 025f1cd..aba6921 100644 --- a/Input.js +++ b/Input.js @@ -1,4 +1,4 @@ -const version = "Hashtag DnD v0.7.0" +const version = "Hashtag DnD v0.8.0" const rollSynonyms = ["roll"] const createSynonyms = ["create", "generate", "start", "begin", "setup", "party", "member", "new"] const renameCharacterSynonyms = ["renamecharacter", "renameperson"]