commit 46449a3ef5608a3f59bb9611c50eee6e716f713c parent c372d15dfaf3b9e1a630939fa4df2b176deb533e Author: Ayush Agarwal <ayush@fastmail.in> Date: Sat, 6 Nov 2021 21:34:29 +0530 release: bump the version to 1.1.2 Diffstat:
| M | README.md | | | 6 | +++--- |
| M | tessen | | | 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.1/tessen-1.1.1.tar.gz -tar xvzf tessen-1.1.1.tar.gz -cd tessen-1.1.1 +wget https://github.com/ayushnix/tessen/releases/download/v1.1.2/tessen-1.1.2.tar.gz +tar xvzf tessen-1.1.2.tar.gz +cd tessen-1.1.2 sudo make install ``` diff --git a/tessen b/tessen @@ -15,7 +15,7 @@ umask 077 set +x # initialize the global variables -readonly VERSION="1.1.1" +readonly VERSION="1.1.2" 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