diff --git a/gulpfile.mjs b/gulpfile.mjs index 3c150d70..b9a5de2e 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -46,7 +46,7 @@ function randomID(reference = "", length = 16) { }); } -const convert = function (from, to, ofType, overwrite = true) { +const convert = async function (from, to, ofType, overwrite = true) { const SOURCE = from; const DEST = to; diff --git a/src/system.json b/src/system.json index 3e0c9f8f..bd2faaa5 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "id": "DSA_4-1", "title": "Das Schwarze Auge 4.1", "description": "Noch ein Spielsystem für Das Schwarze Auge 4.1", - "version": "0.4.0-rc1", + "version": "0.0.1", "compatibility": { "minimum": 12, "verified": 13 @@ -348,5 +348,5 @@ "primaryTokenAttribute": "lep.aktuell", "url": "https://git.macniel.online/macniel/foundry-dsa41-game", "manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/raw/branch/main/src/system.json", - "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.4.0-rc1/release.zip" + "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.0.1/release.zip" }