From e095dc904f5ae347e629a77380ea6a8e1a55de60 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 2 Apr 2024 11:09:47 +0200 Subject: [PATCH] Update release date --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c275eb..f283c47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager") set(META_VERSION_MAJOR 4) set(META_VERSION_MINOR 2) set(META_VERSION_PATCH 0) -set(META_RELEASE_DATE "2023-11-21") +set(META_RELEASE_DATE "2024-04-02") # add project files set(HEADER_FILES cli/cli.h model/entryfiltermodel.h model/entrymodel.h model/fieldmodel.h)