chore(main): release 1.0.3 (#263)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-01 19:52:04 +01:00
committed by GitHub
parent cadc3e2ac2
commit 3cb2f3ab4a
4 changed files with 14 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.2" # x-release-please-version
release = "v1.0.3" # x-release-please-version
zip_name = f"catppuccin-{ctx.flavor}-{ctx.accent}-standard+default.zip"
return f"{repo_root}/{release}/{zip_name}"