diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-11-14 17:29:32 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-11-14 17:29:32 +0530 |
commit | 55eed7d58e5039de173cf7dbbf2a452b7f380acd (patch) | |
tree | 5a691128db08f1db7f3f184401077d5bc42d1eda /tessen | |
parent | 725f510ef3f34835440fbc4ae8bdbeece10314b5 (diff) |
docs: improve README, bump release to 1.2.0v1.2.0
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ set +x # GLOBAL VARIABLES # variables which won't be changed and can be made readonly -readonly tsn_version="1.1.2" +readonly tsn_version="1.2.0" readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}" readonly tsn_delay="${TESSEN_DELAY:-200}" |