From 9f7743f872d2db0fbdc565823ff4cf4d9f0adb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sat, 15 Oct 2022 18:37:36 +0200 Subject: [PATCH] Release v1.0.3 --- CHANGELOG.md | 4 ++++ module.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81da20d..8f53709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 +### Bugfixes +- Fixed a bug that prevented pathfinding on hex to work when the hex size support module is not installed + ## 1.0.2 ### Bugfixes - routinglib now works properly with the Wall Height module diff --git a/module.json b/module.json index 031872d..6ebdd2e 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "routinglib", "title": "routinglib", "description": "A library module to calculate a path between two points", - "version": "1.0.2", + "version": "1.0.3", "compatibility": { "minimum": "10", "verified": "10" @@ -18,7 +18,7 @@ "js/main.js" ], "url": "https://github.com/manuelVo/foundryvtt-routinglib", - "download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.2/routinglib-1.0.2.zip", + "download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.3/routinglib-1.0.3.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-routinglib/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/CHANGELOG.md",