Skip to content

Commit 2ecb691

Browse files
author
Ayush Agarwal
committed
fix the semver, should pay more attention
1 parent 98386cd commit 2ecb691

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ which you probably should.
5252
### Stable Release
5353

5454
```
55-
wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.1/pass-tessen-1.5.1.tar.gz
56-
tar xvzf pass-tessen-1.5.1.tar.gz
57-
cd pass-tessen-1.5.1
55+
wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.2/pass-tessen-1.5.2.tar.gz
56+
tar xvzf pass-tessen-1.5.2.tar.gz
57+
cd pass-tessen-1.5.2
5858
sudo make install
5959
```
6060

tessen.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set +x
1818
# PROGRAM - the name of password-store, pass
1919

2020
# initialize the global variables
21-
TSN_VERSION="1.4.0"
21+
TSN_VERSION="1.5.2"
2222
TSN_PASSFILE=""
2323
declare -A TSN_PASSDATA_ARR
2424
TSN_USERNAME=""

0 commit comments

Comments
 (0)