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 +}