commit ed4e421e76effe7e6c64eb89ad4e46a043e5dbd7
parent 5331d2c20362e54f693e72904530b85306af6227
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 14 Nov 2019 00:05:35 +0100
AnsiWeather 1.15.0 release.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -2,12 +2,12 @@
###############################################################################
# #
-# AnsiWeather 1.14.0 #
+# AnsiWeather 1.15.0 #
# Copyright (c) 2013-2019, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
-# Last Updated: 2019-11-13 #
+# Last Updated: 2019-11-14 #
# #
# 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.14.0" && exit 0;;
+ v) echo "AnsiWeather 1.15.0" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done