password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit f6c945b0b105fdea0baa484708aea49455600b7e
parent b718c8039e5a04f102c3d2bb9f920d1472c89da1
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Thu, 13 Sep 2012 18:21:15 +0200

Bump version.

Diffstat:
Mdebian/changelog | 2+-
Msrc/password-store.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog @@ -1,4 +1,4 @@ -pass (1.2-1) stable; urgency=low +pass (1.3-1) stable; urgency=low * Initial release. diff --git a/src/password-store.sh b/src/password-store.sh @@ -17,7 +17,7 @@ version() { cat <<_EOF |-----------------------| | Password Store | -| v.1.2.2 | +| v.1.3 | | by zx2c4 | | | | Jason@zx2c4.com |