summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-13 18:21:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-13 18:21:15 +0200
commitf6c945b0b105fdea0baa484708aea49455600b7e (patch)
tree1ab8c2768bc03773c1012dfa98a726317eb6b926 /src
parentb718c8039e5a04f102c3d2bb9f920d1472c89da1 (diff)
downloadpass-f6c945b0b105fdea0baa484708aea49455600b7e.tar.gz
pass-f6c945b0b105fdea0baa484708aea49455600b7e.tar.bz2
pass-f6c945b0b105fdea0baa484708aea49455600b7e.zip
Bump version.1.3
Diffstat (limited to 'src')
-rwxr-xr-xsrc/password-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/password-store.sh b/src/password-store.sh
index 76c7385..7e8a0ac 100755
--- 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 |
r [yY].Chris Down1-1/+1 2013-09-14Rephrase awkward/confusing message about enabling echo during password entry.Chris Down1-3/+3 2013-09-14Fix directory traversal for reencryption when $PREFIX is a symlinkBrian Shore1-1/+1 2013-08-26Makefile: Do not install bash completion to /etcLukas Fleischer1-3/+2 `make install` should never install anything to /etc. "/usr/share/bash-completion/completions/" is the right place for completions that are installed by software packages. Signed-off-by: Lukas Fleischer <info@cryptocrack.de> 2013-05-22check if a passfile exists before checking for directoryBrian Mattern1-13/+12