Skip to content

Commit 7dbf4a1

Browse files
committed
Bumped version.
1 parent 5d76369 commit 7dbf4a1

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
@@ -50,7 +50,14 @@
5050
</provides>
5151

5252
<releases>
53-
<release version="0.3.1" date="2025-03-03">
53+
<release version="0.3.2" date="2025-03-03">
54+
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.2</url>
55+
<description translate="no">
56+
<p>Added COSMIC core applications to tidy menus feature.</p>
57+
</description>
58+
</release>
59+
60+
<release version="0.3.1" date="2025-03-03">
5461
<url type="details">https://github.com/lawmurray/mendingwall/releases/tag/v0.3.1</url>
5562
<description translate="no">
5663
<p>Fixed background process not terminating at end of KDE session under some configurations. Fixed by removing libportal dependency and replacing with the session management encoded in GtkApplication.</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.1',
2+
version: '0.3.2',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ],
55
)

0 commit comments

Comments
 (0)