From 0e118d6663427e9116e5cf55eaedbf868f5c46b0 Mon Sep 17 00:00:00 2001 From: Alain Date: Wed, 31 Jul 2024 09:00:22 -0500 Subject: [PATCH] release 4.10.3 --- data/io.github.alainm23.planify.appdata.xml.in.in | 9 +++++++++ meson.build | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/data/io.github.alainm23.planify.appdata.xml.in.in b/data/io.github.alainm23.planify.appdata.xml.in.in index b0c69e166..219cf958b 100644 --- a/data/io.github.alainm23.planify.appdata.xml.in.in +++ b/data/io.github.alainm23.planify.appdata.xml.in.in @@ -67,6 +67,15 @@ https://www.patreon.com/alainm23 @appid@.desktop + + +
    +
  • Dutch translation update thanks to @Gert-dev.
  • +
  • German translation update thanks to @McBaumwolle.
  • +
+
+
+
    diff --git a/meson.build b/meson.build index 7aec0e130..5fc71bd99 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.github.alainm23.planify', 'vala', 'c', - version: '4.10.2' + version: '4.10.3' ) gnome = import('gnome') @@ -30,7 +30,6 @@ libgxml_dep = dependency('gxml-0.20') libsecret_dep = dependency('libsecret-1') m_dep = meson.get_compiler('c').find_library('m', required : false) - ############ # Resources # ############