From b7ace776d5e413ae06e49fe88724e052252ebe26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 21 Feb 2023 10:02:05 +0100 Subject: [PATCH] Release v1.13.3 --- CHANGELOG.md | 5 +++++ module.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b28784..968ff2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.13.3 +### Translations +- New translation: Chinese (Simplified) (thanks bnp800!) + + ## 1.13.2 ### Bugfixes - Fixed a bug that prevented pathfinding on hex to work when the hex size support module is not installed diff --git a/module.json b/module.json index fb77725..d6e9191 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.13.2", + "version": "1.13.3", "compatibility": { "minimum": "10", "verified": "10" @@ -75,10 +75,10 @@ }, "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.2.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.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", "bugs": "https://github.com/manuelVo/foundryvtt-drag-ruler/issues", "allowBugReporter": true -} \ No newline at end of file +}