Skip to content

Commit ecdfcd3

Browse files
committed
Release 4.2.1
1 parent fe18daa commit ecdfcd3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/io.github.alainm23.planify.appdata.xml.in.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
<url type="help">https://useplanner.com/support/</url>
5555
<launchable type="desktop-id">@[email protected]</launchable>
5656
​<releases>
57+
<release version="4.2.1" date="2023-12-11">
58+
<description>
59+
<ul>
60+
<li>French translation update thanks to @rene-coty.</li>
61+
<li>Bugs fixed #1071.</li>
62+
</ul>
63+
</description>
64+
</release>
65+
5766
<release version="4.2" date="2023-12-10">
5867
<description>
5968
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.github.alainm23.planify',
33
'vala', 'c',
4-
version: '4.2'
4+
version: '4.2.1'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)