feat(js): lune v0.8.7

This commit is contained in:
Erica Marigold 2024-08-10 18:27:27 +05:30 committed by GitHub
parent 5e63d5446c
commit 7ca16897fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;