commit 9f37223fc102269c9126687c66f1e9d64ed004a7
parent 1a02516969dcb7fdaf91730b2c423c1dac75ba94
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 21 Jan 2020 18:04:56 +0100
AnsiWeather 1.16.0 release.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -2,12 +2,12 @@
###############################################################################
# #
-# AnsiWeather 1.15.0 #
+# AnsiWeather 1.16.0 #
# Copyright (c) 2013-2020, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
-# Last Updated: 2020-01-16 #
+# Last Updated: 2020-01-21 #
# #
# AnsiWeather is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
@@ -68,7 +68,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
- v) echo "AnsiWeather 1.15.0" && exit 0;;
+ v) echo "AnsiWeather 1.16.0" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done