Skip to content

Commit 15f138a

Browse files
authored
fix: update ui to v0.0.21
Signed-off-by: squidfunk <martin.donath@squidfunk.com>
1 parent b340e4d commit 15f138a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main() -> int:
3939

4040
# Clone UI repository into tmp directory
4141
repo_url = "https://github.com/zensical/ui.git"
42-
repo_tag = "v0.0.20"
42+
repo_tag = "v0.0.21"
4343
dest_dir = os.path.join("tmp", "ui")
4444
if not os.path.exists(dest_dir):
4545
subprocess.run(["git", "clone", repo_url, dest_dir], check=True)

0 commit comments

Comments
 (0)