From 9c751ea44c66bad07c42d84384a0b0b74dfdd285 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 23 Mar 2020 21:45:55 +0100 Subject: [PATCH] Release 1.3.4 --- Readme.md | 4 ++++ gpgit.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index cb8c941..0703b80 100644 --- a/Readme.md +++ b/Readme.md @@ -303,6 +303,10 @@ You can get securely in touch with me [here](http://contact.nicohood.de). My GPG ## Version History ``` +1.3.4 (23.03.2020) +* Fix crash when using a none github repo +* Add additional keyserver error message #18 + 1.3.3 (31.10.2018) * Create parent directories if not existant. diff --git a/gpgit.sh b/gpgit.sh index b58d0a0..42ffafc 100755 --- a/gpgit.sh +++ b/gpgit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="1.3.3" +VERSION="1.3.4" # Avoid any encoding problems export LANG=C