From e445f7cead2439642b4d2a3724e34058eb97a59a Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Sat, 14 Nov 2020 21:01:02 +0900 Subject: [PATCH] Update to v2.2.0 --- lib/getoptions.sh | 2 +- lib/getoptions_abbr.sh | 2 +- lib/getoptions_help.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/getoptions.sh b/lib/getoptions.sh index 215deae..db2b3fe 100644 --- a/lib/getoptions.sh +++ b/lib/getoptions.sh @@ -1,5 +1,5 @@ # shellcheck shell=sh -# URL: https://github.com/ko1nksm/getoptions (v2.2.0-dev) +# URL: https://github.com/ko1nksm/getoptions (v2.2.0) # License: Creative Commons Zero v1.0 Universal # shellcheck disable=SC2016 getoptions() { diff --git a/lib/getoptions_abbr.sh b/lib/getoptions_abbr.sh index 12309b1..723213e 100644 --- a/lib/getoptions_abbr.sh +++ b/lib/getoptions_abbr.sh @@ -1,5 +1,5 @@ # shellcheck shell=sh -# URL: https://github.com/ko1nksm/getoptions (v2.2.0-dev) +# URL: https://github.com/ko1nksm/getoptions (v2.2.0) # License: Creative Commons Zero v1.0 Universal # shellcheck disable=SC2016,SC2154 getoptions_abbr() { diff --git a/lib/getoptions_help.sh b/lib/getoptions_help.sh index 186eb2a..c69ba5e 100644 --- a/lib/getoptions_help.sh +++ b/lib/getoptions_help.sh @@ -1,5 +1,5 @@ # shellcheck shell=sh -# URL: https://github.com/ko1nksm/getoptions (v2.2.0-dev) +# URL: https://github.com/ko1nksm/getoptions (v2.2.0) # License: Creative Commons Zero v1.0 Universal getoptions_help() { _width='30,12' _plus='' _leading=' '