-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f669d8
commit cc9d965
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"title": "Show Drag Distance", | ||
"description": "Shows the distance you're dragging a token, similar to holding the ctrl key. Because 30 feet isn't as much as it sounds. Also removes the contraint of the normal ruler to hold CTRL and drag from Token. Now you can just press CTRL with token selected and it will show you the range from your token to mouse!", | ||
"authors": [{"name":"Will Saunders","email":"[email protected]" }], | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"minimumCoreVersion": "0.6.2", | ||
"compatibleCoreVersion":"0.6.6", | ||
"scripts": [ | ||
|
@@ -24,5 +24,5 @@ | |
"changelog":"https://raw.githubusercontent.com/wsaunders1014/ShowDragDistance/master/README.md", | ||
"url":"https://github.com/wsaunders1014/ShowDragDistance", | ||
"manifest":"https://raw.githubusercontent.com/wsaunders1014/ShowDragDistance/master/module.json", | ||
"download":"https://github.com/wsaunders1014/ShowDragDistance/releases/download/2.1.2/ShowDragDistance.zip" | ||
"download":"https://github.com/wsaunders1014/ShowDragDistance/releases/download/2.1.3/ShowDragDistance.zip" | ||
} |