Skip to content

Commit

Permalink
release: bump the version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Nov 6, 2021
1 parent c372d15 commit 46449a3
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 @@ -39,9 +39,9 @@ which you probably should.
### Stable Release

```
wget https://github.com/ayushnix/tessen/releases/download/v1.1.1/tessen-1.1.1.tar.gz
tar xvzf tessen-1.1.1.tar.gz
cd tessen-1.1.1
wget https://github.com/ayushnix/tessen/releases/download/v1.1.2/tessen-1.1.2.tar.gz
tar xvzf tessen-1.1.2.tar.gz
cd tessen-1.1.2
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion tessen
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ umask 077
set +x

# initialize the global variables
readonly VERSION="1.1.1"
readonly VERSION="1.1.2"
readonly PREFIX="${PASSWORD_STORE_DIR:-$HOME/.password-store}"
readonly CLIP_TIME="${PASSWORD_STORE_CLIP_TIME:-15}"
BACKEND="${TESSEN_BACKEND:-bemenu}" # uses the value of TESSEN_BACKEND if set by user
Expand Down

0 comments on commit 46449a3

Please sign in to comment.