Skip to content

Commit

Permalink
fix the semver, should pay more attention
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Sep 21, 2021
1 parent 98386cd commit 2ecb691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion tessen.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit 2ecb691

Please sign in to comment.