From 84b8e170599ce78fb8df05eab34b0e13e11f4aed Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 26 Apr 2025 09:14:07 +0530 Subject: [PATCH] feat(js): lune v0.9.0 --- 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 3036f8a..16cb825 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.8.9", + version: "0.9.0", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;