From 1f770f759718f30186bc2f9c7bcda8c02b1af167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 27 Jan 2022 12:53:16 +0100 Subject: [PATCH] Release v1.10.3 --- CHANGELOG.md | 5 +++++ module.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67129c..4f062e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.10.3 +### Compatibility +- This release contains changes required to be compatible with Foundry 9.245 + + ## 1.10.2 ### Bugfixes - Fixed a bug that could cause squares to be highlighted in the wrong color when using waypoints on a 5/10/5 gird diff --git a/module.json b/module.json index a416a0a..d2ea535 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.10.2", + "version": "1.10.3", "minimumCoreVersion" : "9.245", "compatibleCoreVersion" : "9", "authors": [ @@ -65,7 +65,7 @@ ], "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.10.2.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.10.3.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md",