commit 2f2cd8cd0235c1dd9421a4a9be65e087a5eeb9cc
parent b41e273712cfb19b10da408c41be09d924999084
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 16 Jul 2018 13:14:12 +0200
AnsiWeather 1.13.0 release
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -2,12 +2,12 @@
###############################################################################
# #
-# AnsiWeather 1.12.0 #
+# AnsiWeather 1.13.0 #
# Copyright (c) 2013-2018, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
-# Last Updated: 2018-06-29 #
+# Last Updated: 2018-07-16 #
# #
# AnsiWeather is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
@@ -60,7 +60,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
- v) echo "AnsiWeather 1.12.0" && exit 0;;
+ v) echo "AnsiWeather 1.13.0" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done