From fcc31759f8c09e24f001c17549e95d65fc1a484c Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 1 Dec 2024 22:14:06 +0100 Subject: fix: gnupg info not loading --- 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 2caaa94..c022e42 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.1", + "GatherGnupgInfo", "1.1.0", "Try gathering gnupg information.", "Saturneric") DEFINE_TRANSLATIONS_STRUCTURE(ModuleGnuPGInfoGathering); -- cgit v1.2.3