aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/lpass.14
-rw-r--r--src/constants.h4
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"