feat(js): lune v0.10.0

This commit is contained in:
Erica Marigold 2025-08-03 14:05:48 +01:00
parent 652b8b60c5
commit 485be013c4
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -7,6 +7,6 @@ await ensureDir(BASE_PATH);
export default { export default {
name: "lune", name: "lune",
version: "0.9.4", version: "0.10.0",
api_url: "https://api.github.com/repos/lune-org/lune/releases", api_url: "https://api.github.com/repos/lune-org/lune/releases",
} as const; } as const;