diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2022-01-17 15:30:09 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2022-01-17 15:30:09 +0530 |
commit | 06e705fc593b5de63a37f04c210d7c7768884e12 (patch) | |
tree | c5389f75d05cde8de219f8786eed23603512868d /tessen | |
parent | 41af86a68745b0984949a86bed06568a0f1f62ab (diff) |
release: bump version to 1.3.1v1.3.1
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.3.0" +readonly tsn_version="1.3.1" readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}" readonly tsn_delay="${TESSEN_DELAY:-200}" |