Create alpha branch

This commit is contained in:
Manuel Vögele
2021-03-15 17:42:43 +01:00
parent 035cfb8969
commit 0ad03ad5f7
3 changed files with 16 additions and 8 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "drag-ruler",
"title": "Drag Ruler",
"name": "drag-ruler-alpha",
"title": "Drag Ruler (Alpha Branch)",
"description": "When dragging a token displays a ruler showing how far you've moved that token.",
"version": "1.8.2",
"minimumCoreVersion" : "0.8.5",
@@ -59,10 +59,10 @@
],
"socket": true,
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.8.2.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",
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/alpha.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/alpha/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/alpha/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/alpha/CHANGELOG.md",
"bugs": "https://github.com/manuelVo/foundryvtt-drag-ruler/issues",
"allowBugReporter": true
"allowBugReporter": false
}