Skip to content

Commit 291633a

Browse files
committed
Release 4.10.8
1 parent 60578ff commit 291633a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
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.8" date="2024-08-20">
71+
<description translate="no">
72+
<ul>
73+
<li>Fixed bug on TLS certificate that didn't allow to sync with Nextcloud (#1405, #1306).</li>
74+
</ul>
75+
</description>
76+
</release>
77+
7078
<release version="4.10.7" date="2024-08-08">
7179
<description translate="no">
7280
<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.10.7'
4+
version: '4.10.8'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)