From 06e705fc593b5de63a37f04c210d7c7768884e12 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Mon, 17 Jan 2022 15:30:09 +0530 Subject: release: bump version to 1.3.1 --- README.md | 6 +++--- tessen | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 739ece7..09b94f0 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/tessen/releases/download/v1.3.0/tessen-1.3.0.tar.gz -tar xvzf tessen-1.3.0.tar.gz -cd tessen-1.3.0 +wget https://github.com/ayushnix/tessen/releases/download/v1.3.1/tessen-1.3.1.tar.gz +tar xvzf tessen-1.3.1.tar.gz +cd tessen-1.3.1 sudo make install ``` diff --git a/tessen b/tessen index c5ef7e0..726ebdc 100755 --- a/tessen +++ b/tessen @@ -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}" -- cgit v1.2.3