From 7ca16897fe4119e922714861abae9dc20436dde1 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 10 Aug 2024 18:27:27 +0530 Subject: [PATCH] feat(js): lune v0.8.7 --- 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 cf423d4..3b78969 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.6", + version: "0.8.7", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;