diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc64da..f19b732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.14.1 +### Bug fixes +- The functionality Drag Ruler on gridless has been restored + + ## 1.14.0 ### New features - Drag Ruler now supports hex tokens of size 5 (thanks KitCat!) diff --git a/module.json b/module.json index efe3bcb..d8a367a 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.14.0", + "version": "1.14.1", "compatibility": { "minimum": "12", "verified": "12", @@ -81,7 +81,7 @@ }, "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.14.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.14.1.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",