diff --git a/Readme.md b/Readme.md index 87b830a..506be3e 100644 --- a/Readme.md +++ b/Readme.md @@ -301,6 +301,9 @@ You can get securely in touch with me [here](http://contact.nicohood.de). My GPG ## Version History ``` +1.3.2 (15.04.2018) +* Change directory to git root path, so "git archive" is working properly + 1.3.1 (14.03.2018) * Fixed shebang for non linux systems * Fixed #17 git config reading for commit.gpgsign setting diff --git a/gpgit.sh b/gpgit.sh index ccbaa77..ec184cd 100755 --- a/gpgit.sh +++ b/gpgit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="1.3.1" +VERSION="1.3.2" # Avoid any encoding problems export LANG=C