Skip to content

Commit 3f1f8ee

Browse files
authored
set up dev manifest. hopefully.
1 parent f9c9dd4 commit 3f1f8ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

module.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"title": "Custom Hotbar",
44
"description": "An extra fully functional hotbar (currently 1 row only) above the first.",
55
"author": "Norc",
6-
"version": "1.5.0",
6+
"version": "1.5.3Alpha",
77
"minimumCoreVersion": "0.5.0",
8-
"compatibleCoreVersion":"0.6.4",
8+
"compatibleCoreVersion":"0.6.5",
99
"esmodules": ["index.js"],
1010
"languages": [
1111
{
@@ -14,7 +14,7 @@
1414
"path": "lang/en.json"
1515
}],
1616
"styles": ["./css/custom-hotbar.css"],
17-
"manifest": "https://github.com/norc/foundry-custom-hotbar/releases/download/latest/module.json",
18-
"download": "https://github.com/norc/foundry-custom-hotbar/releases/download/latest/custom-hotbar.zip",
17+
"manifest": "https://raw.githubusercontent.com/Norc/foundry-custom-hotbar/dev/module.json",
18+
"download": "https://github.com/Norc/foundry-custom-hotbar/archive/v1.5.3Alpha.zip",
1919
"url": "https://github.com/Norc/foundry-custom-hotbar"
2020
}

0 commit comments

Comments
 (0)