From 717ca2da1096f9e91a8b8891a6c93da2a4423f97 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Tue, 11 Dec 2018 22:06:26 +0000 Subject: [PATCH] Release pass-update 2.1 --- README.md | 12 ++++++------ update.bash | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0fba4c4..6b5c3fd 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/update.bash b/update.bash index c4e71de..de42675 100755 --- a/update.bash +++ b/update.bash @@ -18,7 +18,7 @@ # shellcheck disable=SC2086 -readonly VERSION="2.0" +readonly VERSION="2.1" warning() { echo -e "Warning: ${*}" >&2; }