diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f94c1d..736ec68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "C++ library to read/write passwords from/to encrypted files") set(META_VERSION_MAJOR 5) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) # add project files diff --git a/io/passwordfile.cpp b/io/passwordfile.cpp index 5beb316..91767ca 100644 --- a/io/passwordfile.cpp +++ b/io/passwordfile.cpp @@ -168,7 +168,7 @@ void PasswordFile::create() * \throws Throws ios_base::failure when an IO error occurs. * \throws Throws Io::ParsingException when a parsing error occurs. * \throws Throws Io::CryptoException when a decryption error occurs. - * \throws Throws ConversionUtilities::ConversionException when a conversion error occurs. + * \throws Throws CppUtilities::ConversionException when a conversion error occurs. */ void PasswordFile::load() {