diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2022-01-16 21:09:25 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2022-01-16 21:21:08 +0530 |
commit | 802a640f965998ddadbed8e04320521b7f6b90c9 (patch) | |
tree | df26e278f80b172906b30c06fa7c757877f3eeaf /tessen | |
parent | 06d877f7c1047c88fc93a63c80ba6c266b590bd4 (diff) |
release: revamp the README, bump version of tessenv1.3.0
There's no point replicating the information inside the man page on the
README.
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ set +x # GLOBAL VARIABLES # variables which won't be changed and can be made readonly -readonly tsn_version="1.2.3" +readonly tsn_version="1.3.0" readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}" readonly tsn_delay="${TESSEN_DELAY:-200}" |