chore(main): release 1.0.4

This commit is contained in:
github-actions[bot]
2024-06-01 18:52:26 +00:00
committed by GitHub
parent 3cb2f3ab4a
commit c4d18ae526
4 changed files with 18 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ def parse_args():
def build_release_url(ctx: InstallContext) -> str:
repo_root = "https://github.com/catppuccin/gtk/releases/download"
release = "v1.0.3" # x-release-please-version
release = "v1.0.4" # x-release-please-version
zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip"
return f"{repo_root}/{release}/{zip_name}"