Skip to content

Commit 087ec8d

Browse files
committed
update version number
1 parent 5d08b1a commit 087ec8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Scribble.Desktop/DEBIAN/scribble.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
<content_rating type="oars-1.1"/>
4242

4343
<releases>
44-
<release version="0.1.4-alpha" date="2026-02-28"/>
44+
<release version="0.1.6-alpha" date="2026-03-03"/>
4545
</releases>
4646
</component>

Scribble/Views/MainView.axaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,13 @@
566566

567567
<StackPanel Orientation="Vertical" Spacing="4">
568568
<TextBlock TextWrapping="Wrap" Foreground="WhiteSmoke">
569-
Scribble v0.1.4-alpha, by
569+
<TextBlock VerticalAlignment="Center">
570+
Scribble v0.1.6-alpha, by
571+
</TextBlock>
570572
<HyperlinkButton Content="Hermes"
571573
Padding="0"
572574
Margin="0"
575+
VerticalAlignment="Center"
573576
Command="{Binding OpenUrlCommand}"
574577
CommandParameter="https://github.com/TruePadawan" />
575578
</TextBlock>

0 commit comments

Comments
 (0)