tessen

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

commit 139e6ec921065606e22699b7963d352b3ffc5571
parent ab240b0ffe9f6e11a2deeb02216e6407ef129898
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Wed, 22 Sep 2021 02:17:31 +0530

fix the semver, should pay more attention

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

diff --git a/README.md b/README.md @@ -39,9 +39,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/tessen/releases/download/v1.1.0/tessen-1.1.0.tar.gz -tar xvzf tessen-1.1.0.tar.gz -cd tessen-1.1.0 +wget https://github.com/ayushnix/tessen/releases/download/v1.1.1/tessen-1.1.1.tar.gz +tar xvzf tessen-1.1.1.tar.gz +cd tessen-1.1.1 sudo make install ``` diff --git a/tessen b/tessen @@ -15,7 +15,7 @@ umask 077 set +x # initialize the global variables -readonly VERSION="1.0.0" +readonly VERSION="1.1.1" readonly PREFIX="${PASSWORD_STORE_DIR:-$HOME/.password-store}" readonly CLIP_TIME="${PASSWORD_STORE_CLIP_TIME:-15}" BACKEND="${TESSEN_BACKEND:-bemenu}" # uses the value of TESSEN_BACKEND if set by user