diff options
author | Joursoir <chat@joursoir.net> | 2025-02-10 22:24:57 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2025-02-10 22:26:25 +0300 |
commit | 414366ebd008520f729ee45e5db31ffaa1038198 (patch) | |
tree | b2e68ee9dac48297ac9399ceb44bc6b4292e4c4b | |
parent | 3e937588c6fe36f5776dd1029a34132e0ec76db5 (diff) | |
download | lock-password-1.3.0.tar.gz lock-password-1.3.0.tar.bz2 lock-password-1.3.0.zip |
-rw-r--r-- | man/lpass.1 | 4 | ||||
-rw-r--r-- | src/constants.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/lpass.1 b/man/lpass.1 index 3ea4c34..e81dd4b 100644 --- a/man/lpass.1 +++ b/man/lpass.1 @@ -1,4 +1,4 @@ -.TH LPASS 1 "4 JULY 2021" "LPASS v1.2a" LockPassword +.TH LPASS 1 "10 FEBRUARY 2025" "LPASS v1.3.0" LockPassword .SH NAME LockPassword - a password manager. @@ -157,7 +157,7 @@ Password added successfully for bank/sbank/phone_number .RE .SH "COPYING" -Copyright (C) 2020-2021 Aleksandr D. Goncharov (Joursoir) +Copyright (C) 2020-2025 Aleksandr D. Goncharov (Joursoir) .br License: GNU GPL version 3 .br diff --git a/src/constants.h b/src/constants.h index 9d82eeb..51ba86b 100644 --- a/src/constants.h +++ b/src/constants.h @@ -19,8 +19,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. ***/ -#define VERSION "1.2a" -#define DATE_RELEASE "4 July, 2021" +#define VERSION "1.3.0" +#define DATE_RELEASE "10 February, 2025" #define LOCKPASS_DIR ".lock-password/" #define GPGKEY_FILE ".gpg-key" |