From 8b1ed8dde57ebbb15d18246f706d349e835fd301 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 23 Aug 2024 01:38:20 +0530 Subject: [PATCH] feat(js): lune v0.8.8 --- 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 3b78969..817bda1 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.7", + version: "0.8.8", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;