Version: Bump Neofetch to 2.0.2

This commit is contained in:
Dylan Araps 2016-12-07 00:45:53 +11:00
parent de614f5bf1
commit 461a5692ac
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
# Packages
- Fixed issue where package output was off by one.

View File

@ -3302,7 +3302,7 @@ get_args() {
"-v") verbose="on" ;; "-v") verbose="on" ;;
"-vv") set -x; verbose="on" ;; "-vv") set -x; verbose="on" ;;
"--help") usage ;; "--help") usage ;;
"--version") printf "%s\n" "Neofetch 2.1"; exit ;; "--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
esac esac
shift shift

View File

@ -1,4 +1,4 @@
.TH NEOFETCH "1" "December 2016" "2.1" "User Commands" .TH NEOFETCH "1" "December 2016" "2.0.2" "User Commands"
.SH NAME .SH NAME
neofetch \- simple system information script neofetch \- simple system information script