From 8798ea847d35c1cba3ad84afef47f3c98205e2ee Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 8 May 2025 07:31:51 +0100 Subject: [PATCH] feat(js): lune v0.9.3 --- package/js/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/js/consts.ts b/package/js/consts.ts index 047f73d..c42f608 100644 --- a/package/js/consts.ts +++ b/package/js/consts.ts @@ -7,6 +7,6 @@ await ensureDir(BASE_PATH); export default { name: "lune", - version: "0.9.2", + version: "0.9.3", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;