Skip to content

Commit 92b1761

Browse files
committed
AnsiWeather 1.18.0 release.
1 parent b91a289 commit 92b1761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansiweather

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22

33
#
4-
# AnsiWeather 1.17.0
4+
# AnsiWeather 1.18.0
55
# Copyright (c) 2013-2021, Frederic Cambus
66
# https://github.com/fcambus/ansiweather
77
#
88
# Created: 2013-08-29
9-
# Last Updated: 2021-08-23
9+
# Last Updated: 2021-09-14
1010
#
1111
# AnsiWeather is released under the BSD 2-Clause license
1212
# See LICENSE file for details
@@ -67,7 +67,7 @@ do
6767
h) show_humidity=${OPTARG};;
6868
p) show_pressure=${OPTARG};;
6969
d) show_daylight=${OPTARG};;
70-
v) echo "AnsiWeather 1.17.0" && exit 0;;
70+
v) echo "AnsiWeather 1.18.0" && exit 0;;
7171
\?) exit 64;; # EX_USAGE
7272
esac
7373
done

0 commit comments

Comments
 (0)