Skip to content

Commit 0e118d6

Browse files
committed
release 4.10.3
1 parent 5660181 commit 0e118d6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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
@@ -67,6 +67,15 @@
6767
<url type="donation">https://www.patreon.com/alainm23</url>
6868
<launchable type="desktop-id">@[email protected]</launchable>
6969
<releases>
70+
<release version="4.10.3" date="2024-07-31">
71+
<description translate="no">
72+
<ul>
73+
<li>Dutch translation update thanks to @Gert-dev.</li>
74+
<li>German translation update thanks to @McBaumwolle.</li>
75+
</ul>
76+
</description>
77+
</release>
78+
7079
<release version="4.10.2" date="2024-07-30">
7180
<description translate="no">
7281
<ul>

meson.build

Lines changed: 1 addition & 2 deletions
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.10.2'
4+
version: '4.10.3'
55
)
66

77
gnome = import('gnome')
@@ -30,7 +30,6 @@ libgxml_dep = dependency('gxml-0.20')
3030
libsecret_dep = dependency('libsecret-1')
3131
m_dep = meson.get_compiler('c').find_library('m', required : false)
3232

33-
3433
############
3534
# Resources #
3635
############

0 commit comments

Comments
 (0)