diff options
-rw-r--r-- | man/lpass.1 | 2 | ||||
-rw-r--r-- | src/constants.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/lpass.1 b/man/lpass.1 index ade80b1..3af75bf 100644 --- a/man/lpass.1 +++ b/man/lpass.1 @@ -1,4 +1,4 @@ -.TH "LPASS" "1" "6\ \&MARCH\ \&2021" "LPASS v1.1b" "LockPassword" +.TH "LPASS" "1" "13\ \&JUNE\ \&2021" "LPASS v1.1c" "LockPassword" .SH "NAME" LockPassword - a password manager. diff --git a/src/constants.h b/src/constants.h index 0843b5b..aca49dc 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.1b" -#define DATE_RELEASE "6 March, 2021" +#define VERSION "1.1c" +#define DATE_RELEASE "13 June, 2021" #define LOCKPASS_DIR ".lock-password/" #define GPGKEY_FILE ".gpg-key" |