Skip to content

Commit 2fbd829

Browse files
committed
Bumped version number.
1 parent 10e6f04 commit 2fbd829

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

data/org.indii.mendingwall.metainfo.xml.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@
5353
</provides>
5454

5555
<releases>
56+
<release version="0.3.4" date="2025-09-22">
57+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.4</url>
58+
<description translate="no">
59+
<p>Minor updates for Flatpak and Snap packaging.</p>
60+
</description>
61+
</release>
62+
5663
<release version="0.3.3" date="2025-09-21">
5764
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.3</url>
5865
<description translate="no">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('mendingwall', 'c',
2-
version: '0.3.3',
2+
version: '0.3.4',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
55
)

0 commit comments

Comments
 (0)