We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91a289 commit 92b1761Copy full SHA for 92b1761
ansiweather
@@ -1,12 +1,12 @@
1
#!/bin/sh
2
3
#
4
-# AnsiWeather 1.17.0
+# AnsiWeather 1.18.0
5
# Copyright (c) 2013-2021, Frederic Cambus
6
# https://github.com/fcambus/ansiweather
7
8
# Created: 2013-08-29
9
-# Last Updated: 2021-08-23
+# Last Updated: 2021-09-14
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.17.0" && exit 0;;
+ v) echo "AnsiWeather 1.18.0" && exit 0;;
71
\?) exit 64;; # EX_USAGE
72
esac
73
done
0 commit comments