Skip to content

Commit

Permalink
AnsiWeather 1.17.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jun 16, 2020
1 parent 8557f46 commit f9a016e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansiweather
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################################
# #
# AnsiWeather 1.16.0 #
# AnsiWeather 1.17.0 #
# Copyright (c) 2013-2020, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013-08-29 #
# Last Updated: 2020-01-21 #
# Last Updated: 2020-06-16 #
# #
# AnsiWeather is released under the BSD 2-Clause license. #
# See LICENSE file for details. #
Expand Down Expand Up @@ -68,7 +68,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
v) echo "AnsiWeather 1.16.0" && exit 0;;
v) echo "AnsiWeather 1.17.0" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done
Expand Down

0 comments on commit f9a016e

Please sign in to comment.