Skip to content

Commit

Permalink
AnsiWeather 1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jun 29, 2018
1 parent 6b438f3 commit 4300ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansiweather
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###############################################################################
# #
# AnsiWeather 1.11 #
# AnsiWeather 1.12.0 #
# Copyright (c) 2013-2018, Frederic Cambus #
# https://github.com/fcambus/ansiweather #
# #
Expand Down Expand Up @@ -60,7 +60,7 @@ do
h) show_humidity=${OPTARG};;
p) show_pressure=${OPTARG};;
d) show_daylight=${OPTARG};;
v) echo "AnsiWeather 1.11" && exit 0;;
v) echo "AnsiWeather 1.12.0" && exit 0;;
\?) exit 64;; # EX_USAGE
esac
done
Expand Down

0 comments on commit 4300ef2

Please sign in to comment.