From 802a640f965998ddadbed8e04320521b7f6b90c9 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Sun, 16 Jan 2022 21:09:25 +0530 Subject: release: revamp the README, bump version of tessen There's no point replicating the information inside the man page on the README. --- tessen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tessen') 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}" -- cgit v1.2.3