From 949b35b2ca2ddd3dea6b5addaae8c082e162da0e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 8 Oct 2024 06:33:12 +0100 Subject: [PATCH] feat(js): lune v0.8.9 --- 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 817bda1..3036f8a 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.8", + version: "0.8.9", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;