Skip to content

Commit

Permalink
release: bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Mar 30, 2023
1 parent 087f47c commit 55d4457
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 @@ -90,9 +90,9 @@ should][33].
### Stable Release

```
curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.0/tessen-2.2.0.tar.gz
tar xvzf tessen-2.2.0.tar.gz
cd tessen-2.2.0/
curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.1/tessen-2.2.1.tar.gz
tar xvzf tessen-2.2.1.tar.gz
cd tessen-2.2.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 @@ -681,7 +681,7 @@ parse_config() {
}

main() {
local -r tsn_version="2.2.0"
local -r tsn_version="2.2.1"
# parse arguments because they have the highest priority
# make the values supplied to -p, -d, and -a as readonly
local _opt
Expand Down

0 comments on commit 55d4457

Please sign in to comment.