From cb9fb1a4d0fbf4ada717721345679a40b1cad4e4 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Mon, 12 Feb 2024 08:48:17 +0100 Subject: [PATCH] Release 3.4.1 --- CMakeLists.txt | 2 +- data/com.github.paolostivanin.OTPClient.appdata.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a450171..6bb6269 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(OTPClient VERSION "3.4.0" LANGUAGES "C") +project(OTPClient VERSION "3.4.1" LANGUAGES "C") include(GNUInstallDirs) configure_file("src/common/version.h.in" "version.h") diff --git a/data/com.github.paolostivanin.OTPClient.appdata.xml b/data/com.github.paolostivanin.OTPClient.appdata.xml index db4b52b..ba2dd63 100644 --- a/data/com.github.paolostivanin.OTPClient.appdata.xml +++ b/data/com.github.paolostivanin.OTPClient.appdata.xml @@ -89,6 +89,14 @@ + + +

OTPClient 3.4.1 brings a single fix::

+
    +
  • FIX: fix FreeOTP+ export (thanks @hubnut)
  • +
+
+

OTPClient 3.4.0 brings the following changes: