diff options
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | tessen | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 ``` @@ -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}" |