diff --git a/CMakeLists.txt b/CMakeLists.txt index 03e7734..94937c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(META_USE_QQC2 ON) set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager") set(META_VERSION_MAJOR 4) set(META_VERSION_MINOR 1) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(PNG_ICON_NO_CROP ON) # add project files diff --git a/cli/cli.h b/cli/cli.h index 8db704e..7a8a271 100644 --- a/cli/cli.h +++ b/cli/cli.h @@ -14,10 +14,6 @@ #include #include -namespace ApplicationUtilities { -using StringVector = std::vector; -} - namespace Io { class Entry; enum class EntryType : int;