From 83ca0ceba4d5525569e8cf6d15f8bacdbf0754e2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 30 Apr 2025 13:15:13 +0100 Subject: [PATCH] feat(js): lune v0.9.1 --- 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 16cb825..8ca4964 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.0", + version: "0.9.1", api_url: "https://api.github.com/repos/lune-org/lune/releases", } as const;