2
0
mirror of https://github.com/pepa65/tldr-bash-client.git synced 2024-11-01 00:51:01 +01:00

Update version as well to 0.32

This commit is contained in:
pepa65 2017-05-30 22:52:14 +07:00
parent 24b742a8d3
commit bdbfe4b27e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# tldr-bash-client # tldr-bash-client
* version 0.31 * version 0.32
* https://github.com/pepa65/tldr-bash-client * https://github.com/pepa65/tldr-bash-client
### Bash client for tldr: community driven man-by-example ### Bash client for tldr: community driven man-by-example

4
tldr
View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
set +vx -o pipefail set +vx -o pipefail
[[ $- = *i* ]] && echo "Don't source this script!" && return 1 [[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.31' version='0.32'
# tldr-bash-client version 0.31 # tldr-bash-client version 0.32
# Bash client for tldr: community driven man-by-example # Bash client for tldr: community driven man-by-example
# - forked from Ray Lee, http://github.com/raylee/tldr # - forked from Ray Lee, http://github.com/raylee/tldr
# - modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client # - modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client