From bdbfe4b27e6600f1af56e030fab370b6f9f23ed9 Mon Sep 17 00:00:00 2001 From: pepa65 Date: Tue, 30 May 2017 22:52:14 +0700 Subject: [PATCH] Update version as well to 0.32 --- README.md | 2 +- tldr | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf5ad94..379822a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tldr-bash-client -* version 0.31 +* version 0.32 * https://github.com/pepa65/tldr-bash-client ### Bash client for tldr: community driven man-by-example diff --git a/tldr b/tldr index b0fcbf3..22c82e2 100755 --- a/tldr +++ b/tldr @@ -1,8 +1,8 @@ #!/bin/bash set +vx -o pipefail [[ $- = *i* ]] && echo "Don't source this script!" && return 1 -version='0.31' -# tldr-bash-client version 0.31 +version='0.32' +# tldr-bash-client version 0.32 # Bash client for tldr: community driven man-by-example # - forked from Ray Lee, http://github.com/raylee/tldr # - modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client