Skip to content

Commit

Permalink
Release pass-update 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 11, 2018
1 parent 60ecaec commit 717ca2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ generating a new one. This behaviour can be changed using the provided options.
## Usage

```
pass update 2.0 - A pass extension that provides an
pass update 2.1 - A pass extension that provides an
easy flow for updating passwords.
Usage:
Expand Down Expand Up @@ -164,18 +164,18 @@ sudo make install # For OSX: make install PREFIX=/usr/local

**Stable version**
```sh
wget https://github.com/roddhjav/pass-update/releases/download/v2.0/pass-update-2.0.tar.gz
tar xzf pass-update-2.0.tar.gz
cd pass-update-2.0
wget https://github.com/roddhjav/pass-update/releases/download/v2.1/pass-update-2.1.tar.gz
tar xzf pass-update-2.1.tar.gz
cd pass-update-2.1
sudo make install # For OSX: make install PREFIX=/usr/local
```

[Releases][releases] and commits are signed using [`06A26D531D56C42D66805049C5469996F0DF68EC`][keys].
You should check the key's fingerprint and verify the signature:
```sh
wget https://github.com/roddhjav/pass-update/releases/download/v2.0/pass-update-2.0.tar.gz.asc
wget https://github.com/roddhjav/pass-update/releases/download/v2.1/pass-update-2.1.tar.gz.asc
gpg --recv-keys 06A26D531D56C42D66805049C5469996F0DF68EC
gpg --verify pass-update-2.0.tar.gz.sig
gpg --verify pass-update-2.1.tar.gz.sig
```

## Contribution
Expand Down
2 changes: 1 addition & 1 deletion update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# shellcheck disable=SC2086

readonly VERSION="2.0"
readonly VERSION="2.1"

warning() { echo -e "Warning: ${*}" >&2; }

Expand Down

0 comments on commit 717ca2d

Please sign in to comment.