We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0532704 commit d581545Copy full SHA for d581545
ansiweather
@@ -1,12 +1,12 @@
1
#!/bin/sh
2
3
#
4
-# AnsiWeather 1.18.0
+# AnsiWeather 1.19.0
5
# Copyright (c) 2013-2023, Frederic Cambus
6
# https://github.com/fcambus/ansiweather
7
8
# Created: 2013-08-29
9
-# Last Updated: 2023-01-08
+# Last Updated: 2023-01-09
10
11
# AnsiWeather is released under the BSD 2-Clause license.
12
# See LICENSE file for details.
@@ -67,7 +67,7 @@ do
67
h) show_humidity=${OPTARG};;
68
p) show_pressure=${OPTARG};;
69
d) show_daylight=${OPTARG};;
70
- v) echo "AnsiWeather 1.18.0" && exit 0;;
+ v) echo "AnsiWeather 1.19.0" && exit 0;;
71
\?) exit 64;; # EX_USAGE
72
esac
73
done
0 commit comments