bump
This commit is contained in:
parent
637e703874
commit
7d56a39c95
12
module.json
12
module.json
|
@ -10,17 +10,17 @@
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"modules/settings.js"
|
"modules/settings.js"
|
||||||
],
|
],
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "10"
|
"verified": "11"
|
||||||
},
|
},
|
||||||
"relationships": {
|
"relationships": {
|
||||||
"systems": [{
|
"systems": [{
|
||||||
"id": "dungeonworld",
|
"id": "dungeonworld",
|
||||||
"type": "system",
|
"type": "system",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"verified": "1.7.0"
|
"verified": "1.7.1"
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"path": "languages/en.json"
|
"path": "languages/en.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://git.pains-perdus.fr/histausse/the_beguiler_module",
|
"url": "https://git.mineau.eu/histausse/the_beguiler_module",
|
||||||
"manifest": "https://git.pains-perdus.fr/histausse/the_beguiler_module/raw/branch/main/module.json",
|
"manifest": "https://git.mineau.eu/histausse/the_beguiler_module/raw/branch/main/module.json",
|
||||||
"download": "https://git.pains-perdus.fr/api/packages/histausse/generic/the_beguiler_module/1.0.0/the_beguiler_module.zip"
|
"download": "https://git.mineau.eu/api/packages/histausse/generic/the_beguiler_module/1.1.0/the_beguiler_module.zip"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,6 @@ cp packs/*.db "${FOLDER}/packs"
|
||||||
zip -r "${TMP_DIR}/the_beguiler_module.zip" "${FOLDER}"
|
zip -r "${TMP_DIR}/the_beguiler_module.zip" "${FOLDER}"
|
||||||
curl --user "histausse:${GITEA_TOKEN}" \
|
curl --user "histausse:${GITEA_TOKEN}" \
|
||||||
--upload-file "${TMP_DIR}/the_beguiler_module.zip" \
|
--upload-file "${TMP_DIR}/the_beguiler_module.zip" \
|
||||||
"https://git.pains-perdus.fr/api/packages/histausse/generic/the_beguiler_module/${VERSION}/the_beguiler_module.zip"
|
"https://git.mineau.eu/api/packages/histausse/generic/the_beguiler_module/${VERSION}/the_beguiler_module.zip"
|
||||||
|
|
||||||
rm -rf "${TMP_DIR}"
|
rm -rf "${TMP_DIR}"
|
||||||
|
|
Loading…
Reference in a new issue