From afb034c10881e242aba062ae745eca84c34c9827 Mon Sep 17 00:00:00 2001 From: raeleus Date: Sun, 20 Oct 2024 17:17:47 -0700 Subject: [PATCH] Update version. --- Input.js | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Input.js b/Input.js index 6b4c3ad..22ac737 100644 --- a/Input.js +++ b/Input.js @@ -1,4 +1,4 @@ -const version = "Hashtag DnD v0.2.1" +const version = "Hashtag DnD v0.2.2" const rollSynonyms = ["roll"] const createSynonyms = ["create", "generate", "start", "begin", "setup", "party", "member", "new"] const renameCharacterSynonyms = ["renamecharacter", "renameperson"] diff --git a/README.md b/README.md index c9c30ee..e91018a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ Create locations to travel to and view them in a map See the [user guide here](https://github.com/raeleus/Hashtag-DnD/wiki). Watch the [tutorial video](https://youtu.be/E5TYU7rDaBQ). +v. 0.2.2 +* Minor bug fixes and improvements + v. 0.2.1 Hotfix 1 * Call `#xp` with the parameter `party` to add xp to the entire group * List places of interest at your current coordinates to `#location`