aboutsummaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-11-14 17:29:32 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-11-14 17:29:32 +0530
commit55eed7d58e5039de173cf7dbbf2a452b7f380acd (patch)
tree5a691128db08f1db7f3f184401077d5bc42d1eda /tessen
parent725f510ef3f34835440fbc4ae8bdbeece10314b5 (diff)
docs: improve README, bump release to 1.2.0v1.2.0
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index 1abd4ca..b06d955 100755
--- a/tessen
+++ b/tessen
@@ -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}"