tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit c8cf96bddc05408b87de71f9efd8bbced8d63dff
parent 6c87931557643c253959400df9dc31cc8294f933
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Mon, 29 Nov 2021 20:33:34 +0530

fix(release): bump tessen to version 1.2.3

Diffstat:
MREADME.md | 6+++---
Mtessen | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -67,9 +67,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/tessen/releases/download/v1.2.2/tessen-1.2.2.tar.gz -tar xvzf tessen-1.2.2.tar.gz -cd tessen-1.2.2 +wget https://github.com/ayushnix/tessen/releases/download/v1.2.3/tessen-1.2.3.tar.gz +tar xvzf tessen-1.2.3.tar.gz +cd tessen-1.2.3 sudo make install ``` diff --git 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.2" +readonly tsn_version="1.2.3" readonly tsn_prefix="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly tsn_cliptime="${PASSWORD_STORE_CLIP_TIME:-15}" readonly tsn_delay="${TESSEN_DELAY:-200}"