Skip to content

Commit

Permalink
release: bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Agarwal committed Jan 17, 2022
1 parent 41af86a commit 06e705f
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 @@ -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
```

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

0 comments on commit 06e705f

Please sign in to comment.