Skip to content

Commit d581545

Browse files
committed
AnsiWeather 1.19.0 release.
1 parent 0532704 commit d581545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansiweather

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh
22

33
#
4-
# AnsiWeather 1.18.0
4+
# AnsiWeather 1.19.0
55
# Copyright (c) 2013-2023, Frederic Cambus
66
# https://github.com/fcambus/ansiweather
77
#
88
# Created: 2013-08-29
9-
# Last Updated: 2023-01-08
9+
# Last Updated: 2023-01-09
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.18.0" && exit 0;;
70+
v) echo "AnsiWeather 1.19.0" && exit 0;;
7171
\?) exit 64;; # EX_USAGE
7272
esac
7373
done

0 commit comments

Comments
 (0)