From 56662a4adda015e5c6aa3be01add2e05d58ee974 Mon Sep 17 00:00:00 2001 From: p4535992 Date: Sun, 19 Nov 2023 11:23:54 +0100 Subject: [PATCH] version 2.3.5 --- changelog.md | 3 +++ src/module.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index f861132..6237910 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ # CHANGELOG +### 2.3.5 + +- Fixed bug in reselectTokenAfterInteraction functio, ty to @Saibot393 ### 2.3.4 diff --git a/src/module.json b/src/module.json index a9c6de3..e419e18 100644 --- a/src/module.json +++ b/src/module.json @@ -2,7 +2,7 @@ "id": "arms-reach", "title": "Arms Reach", "description": "Allows the GM to limit the distance that a player can interacted with a placeable object like door, journal, stairway, token, ecc..", - "version": "2.3.4", + "version": "2.3.5", "authors": [ { "name": "Psyny" @@ -91,8 +91,8 @@ }, "manifestPlusVersion": "1.2.1", "url": "https://github.com/p4535992/foundryvtt-arms-reach", - "manifest": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.3.4/module.json", - "download": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.3.4/module.zip", + "manifest": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.3.5/module.json", + "download": "https://github.com/p4535992/foundryvtt-arms-reach/releases/download/2.3.5/module.zip", "readme": "https://github.com/p4535992/foundryvtt-arms-reach/blob/main/README.md", "changelog": "https://github.com/p4535992/foundryvtt-arms-reach/blob/main/changelog.md", "bugs": "https://github.com/p4535992/foundryvtt-arms-reach/issues",