From 9146f7ad486e34f52ad794db4c3085f913369a2c Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 21 Nov 2024 22:54:02 +0100 Subject: feat: async gather_gnupg_info() --- src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp') diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp index 08611fe..e882d67 100644 --- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp +++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp @@ -47,7 +47,7 @@ #include "GpgInfo.h" GF_MODULE_API_DEFINE("com.bktus.gpgfrontend.module.gnupg_info_gathering", - "GatherGnupgInfo", "1.0.0", + "GatherGnupgInfo", "1.0.1", "Try gathering gnupg informations.", "Saturneric") DEFINE_TRANSLATIONS_STRUCTURE(ModuleGnuPGInfoGathering); -- cgit v1.2.3