summaryrefslogtreecommitdiff
path: root/tessen
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-11-14 19:15:17 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-11-14 19:16:53 +0530
commit8704837c8a4990b41aa9328ea1326b3e1afef4da (patch)
tree9329775ded60e03fd64d6b01bb5df5e6c935e363 /tessen
parent55eed7d58e5039de173cf7dbbf2a452b7f380acd (diff)
fix: use tabs instead of spaces in Makefilev1.2.1
Diffstat (limited to 'tessen')
-rwxr-xr-xtessen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessen b/tessen
index b06d955..a22dfb1 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.2.0"
+readonly tsn_version="1.2.1"
readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}"
readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}"
readonly tsn_delay="${TESSEN_DELAY:-200}"