diff options
author | saturneric <[email protected]> | 2024-12-01 21:14:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-01 21:14:06 +0000 |
commit | fcc31759f8c09e24f001c17549e95d65fc1a484c (patch) | |
tree | 181795269fad379ac79f35e53a3206cd11f99a21 /src/m_gpg_info/GnuPGInfoGatheringModule.cpp | |
parent | feat: check commit hash by current version (diff) | |
download | Modules-fcc31759f8c09e24f001c17549e95d65fc1a484c.tar.gz Modules-fcc31759f8c09e24f001c17549e95d65fc1a484c.zip |
fix: gnupg info not loading
Diffstat (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp')
-rw-r--r-- | src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |