From 2ecb6915bc2b4031f2249a2e6559109fadc0f50c Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Wed, 22 Sep 2021 02:10:53 +0530 Subject: [PATCH] fix the semver, should pay more attention --- README.md | 6 +++--- tessen.bash | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e727f5b..becb7e9 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.1/pass-tessen-1.5.1.tar.gz -tar xvzf pass-tessen-1.5.1.tar.gz -cd pass-tessen-1.5.1 +wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.2/pass-tessen-1.5.2.tar.gz +tar xvzf pass-tessen-1.5.2.tar.gz +cd pass-tessen-1.5.2 sudo make install ``` diff --git a/tessen.bash b/tessen.bash index efc8d7c..722da74 100755 --- a/tessen.bash +++ b/tessen.bash @@ -18,7 +18,7 @@ set +x # PROGRAM - the name of password-store, pass # initialize the global variables -TSN_VERSION="1.4.0" +TSN_VERSION="1.5.2" TSN_PASSFILE="" declare -A TSN_PASSDATA_ARR TSN_USERNAME=""