From 37313be95ee0bac2a3890f9abc6476f0116f81c2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 23 Jun 2024 18:12:29 +0530 Subject: [PATCH] chore(js): lune v0.8.6 --- 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 1130995..cf423d4 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.5", + version: "0.8.6", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;