From af0267a0487abf0e8c6ce78bf1599f914b2bd0f7 Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Wed, 21 Oct 2020 21:28:06 +0900 Subject: [PATCH] Update to v1.1.0 --- getoptions.sh | 2 +- getoptions_help.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getoptions.sh b/getoptions.sh index 0c4e88b..b5782a5 100644 --- a/getoptions.sh +++ b/getoptions.sh @@ -1,5 +1,5 @@ # shellcheck shell=sh -# URL: https://github.com/ko1nksm/getoptions +# URL: https://github.com/ko1nksm/getoptions (v1.1.0) # License: Creative Commons Zero v1.0 Universal # shellcheck disable=2016 getoptions() { diff --git a/getoptions_help.sh b/getoptions_help.sh index 897de6f..4d1cc70 100644 --- a/getoptions_help.sh +++ b/getoptions_help.sh @@ -1,5 +1,5 @@ # shellcheck shell=sh -# URL: https://github.com/ko1nksm/getoptions +# URL: https://github.com/ko1nksm/getoptions (v1.1.0) # License: Creative Commons Zero v1.0 Universal getoptions_help() { width=30 plus='' here='GETOPTIONS-HEREDOC'