From 485be013c40cff518ab0be83ba25296a9f598192 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 3 Aug 2025 14:05:48 +0100 Subject: [PATCH] feat(js): lune v0.10.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 0823d78..62e2af2 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.9.4", + version: "0.10.0", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;