From 4300ef27edc58876cde0b4a4344716dbfd5a1c1f Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Fri, 29 Jun 2018 12:46:37 +0200 Subject: [PATCH] AnsiWeather 1.12.0 release --- ansiweather | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansiweather b/ansiweather index 275f1a4..0610290 100755 --- a/ansiweather +++ b/ansiweather @@ -2,7 +2,7 @@ ############################################################################### # # -# AnsiWeather 1.11 # +# AnsiWeather 1.12.0 # # Copyright (c) 2013-2018, Frederic Cambus # # https://github.com/fcambus/ansiweather # # # @@ -60,7 +60,7 @@ do h) show_humidity=${OPTARG};; p) show_pressure=${OPTARG};; d) show_daylight=${OPTARG};; - v) echo "AnsiWeather 1.11" && exit 0;; + v) echo "AnsiWeather 1.12.0" && exit 0;; \?) exit 64;; # EX_USAGE esac done