From d5815457258bc28ca893948c7eaaec11b7bb8939 Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Mon, 9 Jan 2023 11:11:59 +0100 Subject: [PATCH] AnsiWeather 1.19.0 release. --- ansiweather | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansiweather b/ansiweather index ed4a51b..21ce381 100755 --- a/ansiweather +++ b/ansiweather @@ -1,12 +1,12 @@ #!/bin/sh # -# AnsiWeather 1.18.0 +# AnsiWeather 1.19.0 # Copyright (c) 2013-2023, Frederic Cambus # https://github.com/fcambus/ansiweather # # Created: 2013-08-29 -# Last Updated: 2023-01-08 +# Last Updated: 2023-01-09 # # AnsiWeather is released under the BSD 2-Clause license. # See LICENSE file for details. @@ -67,7 +67,7 @@ do h) show_humidity=${OPTARG};; p) show_pressure=${OPTARG};; d) show_daylight=${OPTARG};; - v) echo "AnsiWeather 1.18.0" && exit 0;; + v) echo "AnsiWeather 1.19.0" && exit 0;; \?) exit 64;; # EX_USAGE esac done