commit 5d4b50d9bf9c21a9a1f3af69b15b0ec004620eff
parent e8ce9e72eae37d772793903ec6de157e26a45deb
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 10 Sep 2015 22:43:34 +0200
Updated ChangeLog and tagging 1.04 release
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,9 +1,10 @@
-AnsiWeather 1.04 (2015-09-??)
+AnsiWeather 1.04 (2015-09-10)
- Added a '-a' option to toggle ANSI colors display
- Daylight option in the example configuration file now default to
false to match program default
- Better formatting for usage display
+- Documentation updates
diff --git a/ansiweather b/ansiweather
@@ -2,11 +2,11 @@
###############################################################################
# #
-# AnsiWeather 1.03 (c) by Frederic Cambus 2013-2015 #
+# AnsiWeather 1.04 (c) by Frederic Cambus 2013-2015 #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013/08/29 #
-# Last Updated: 2015/09/09 #
+# Last Updated: 2015/09/10 #
# #
# AnsiWeather is released under the BSD 3-Clause license. #
# See LICENSE file for details. #
@@ -75,7 +75,7 @@ if [ "$usage" = true ]
then
printf "%s\n" \
"" \
- "AnsiWeather 1.03 (c) by Frederic Cambus 2013-2015" \
+ "AnsiWeather 1.04 (c) by Frederic Cambus 2013-2015" \
"" \
"USAGE: ansiweather [options]" \
"" \