diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f0af0b..e30452b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "A simple password manager.") set(META_VERSION_MAJOR 2) -set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 9) +set(META_VERSION_MINOR 1) +set(META_VERSION_PATCH 0) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) # stringification of meta data diff --git a/passwordmanager.pro b/passwordmanager.pro index d8b9795..510178f 100644 --- a/passwordmanager.pro +++ b/passwordmanager.pro @@ -4,7 +4,7 @@ appname = "Password Manager" appauthor = Martchus appurl = "https://github.com/$${appauthor}/$${projectname}" QMAKE_TARGET_DESCRIPTION = "A simple password manager." -VERSION = 2.0.9 +VERSION = 2.1.0 # include ../../common.pri when building as part of a subdirs project; otherwise include general.pri !include(../../common.pri) {