Skip to content

Commit 0829c30

Browse files
stevekwon211claude
andcommitted
chore(showcase): bump version badge to v0.35
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b17a5f0 commit 0829c30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/showcase/ui/app_window.slint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ export component AppWindow inherits Window {
481481
font-weight: Tokens.typography-weight-semibold;
482482
}
483483
Badge {
484-
text: "v0.30";
484+
text: "v0.35";
485485
variant: BadgeVariant.secondary;
486486
size: BadgeSize.sm;
487487
}
@@ -707,7 +707,7 @@ export component AppWindow inherits Window {
707707
spacing: 8px;
708708
alignment: start;
709709
Label { text: "Sign up for the beta"; variant: LabelVariant.default; }
710-
Badge { text: "v0.30"; variant: BadgeVariant.secondary; size: BadgeSize.sm; }
710+
Badge { text: "v0.35"; variant: BadgeVariant.secondary; size: BadgeSize.sm; }
711711
}
712712

713713
VerticalLayout {

0 commit comments

Comments
 (0)