Skip to content

Commit

Permalink
bump the version to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushnix committed Oct 8, 2021
1 parent 6c445d8 commit 49087ec
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 @@ -85,9 +85,9 @@ which you probably should.
### Stable Release

```
wget https://github.com/ayushnix/pass-coffin/releases/download/v1.0.1/pass-coffin-1.0.1.tar.gz
tar xvzf pass-coffin-1.0.1.tar.gz
cd pass-coffin-1.0.1
wget https://github.com/ayushnix/pass-coffin/releases/download/v1.1/pass-coffin-1.1.tar.gz
tar xvzf pass-coffin-1.1.tar.gz
cd pass-coffin-1.1
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion coffin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# set_gpg_recipients - verify the GPG keyfile and set up GPG for encryption

# initialize the global variables
readonly COFFIN_VERSION="1.0.1"
readonly COFFIN_VERSION="1.1"
readonly COFFIN_NAME="coffin"
readonly COFFIN_DIR=".$COFFIN_NAME"
readonly COFFIN_FILE="$COFFIN_DIR/$COFFIN_NAME".tar.gpg
Expand Down

0 comments on commit 49087ec

Please sign in to comment.