commit 83085de4bbf262e34056c70bc94008bea86b7c44
parent e9ea07f27c5c34f945687c6f95a8197dc2b621a0
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 19 Jan 2016 23:01:25 +0100
Updated ChangeLog and tagging 1.07 release
Diffstat:
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@
+AnsiWeather 1.07 (2016-01-19)
+
+- Exit with non-zero return code on failure
+- Documentation updates
+- Added a manual page
+
+
+
AnsiWeather 1.06 (2015-10-30)
- Added support for OpenWeatherMap API keys
diff --git a/ansiweather b/ansiweather
@@ -2,7 +2,7 @@
###############################################################################
# #
-# AnsiWeather 1.06 #
+# AnsiWeather 1.07 #
# Copyright (c) 2013-2016, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
@@ -68,7 +68,8 @@ if [ "$usage" = true ]
then
printf "%s\n" \
"" \
- "AnsiWeather 1.06 (c) by Frederic Cambus 2013-2015" \
+ "AnsiWeather 1.07" \
+ "Copyright (c) 2013-2016, Frederic Cambus" \
"" \
"USAGE: ansiweather [options]" \
"" \