diff --git a/update.json b/update.json new file mode 100644 index 0000000..89c263a --- /dev/null +++ b/update.json @@ -0,0 +1,16 @@ +{ + "channels": { + "stable": { + "version": "1.5.0", + "download_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/archive/main.zip", + "changelog_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/commits/branch/main", + "notes": "Initial public v1.5.0 release" + }, + "beta": { + "version": "1.5.0-beta.1", + "download_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/archive/main.zip", + "changelog_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/commits/branch/main", + "notes": "Beta preview channel" + } + } +}