Skip to content

Commit 069c431

Browse files
committed
Bump version to 0.3.5.
1 parent 388c7a8 commit 069c431

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@
5353
</provides>
5454

5555
<releases>
56-
<release version="0.3.4" date="2025-09-22">
56+
<release version="0.3.5" date="2025-09-23">
57+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.5</url>
58+
<description translate="no">
59+
<p>Autostart updates to support GNOME 49.</p>
60+
</description>
61+
</release>
62+
63+
<release version="0.3.4" date="2025-09-22">
5764
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.4</url>
5865
<description translate="no">
5966
<p>Minor updates for Flatpak and Snap packaging.</p>

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.4',
2+
version: '0.3.5',
33
meson_version: '>= 1.1.0',
44
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
55
)

0 commit comments

Comments
 (0)