From 0102b9ea56ef1521bb46fa35bb8f3b6fc64ba445 Mon Sep 17 00:00:00 2001 From: raeleus Date: Sat, 4 Jan 2025 17:47:30 -0800 Subject: [PATCH] Update version to 0.5.0 --- Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.js b/Input.js index 55311e9..f736dbd 100644 --- a/Input.js +++ b/Input.js @@ -1,4 +1,4 @@ -const version = "Hashtag DnD v0.4.0" +const version = "Hashtag DnD v0.5.0" const rollSynonyms = ["roll"] const createSynonyms = ["create", "generate", "start", "begin", "setup", "party", "member", "new"] const renameCharacterSynonyms = ["renamecharacter", "renameperson"]