summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2022-01-16 21:09:25 +0530
committerAyush Agarwal <ayush@fastmail.in>2022-01-16 21:21:08 +0530
commit802a640f965998ddadbed8e04320521b7f6b90c9 (patch)
treedf26e278f80b172906b30c06fa7c757877f3eeaf /tessen
parent06d877f7c1047c88fc93a63c80ba6c266b590bd4 (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-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index e349010..d8823c3 100755
--- a/tessen
+++ b/tessen
@@ -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}"