diff --git a/README.md b/README.md index 65456b9d..4d0049bf 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.15.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.15.1) + - + # Scripts of Tegonal @@ -20,13 +20,13 @@ There are scripts which we use over and over again in different projects. As they might be usable for you as well, we are publishing them here. Feel free to use it and report bugs if you should find one. ---- + **Table of Content** @@ -39,7 +39,7 @@ For instance, the [README of v0.15.1](https://github.com/tegonal/scripts/tree/v0 We recommend you pull the scripts with the help of [gget](https://github.com/tegonal/gget). Alternatively you can -[![Download](https://img.shields.io/badge/Download-v0.15.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.15.1) +[![Download](https://img.shields.io/badge/Download-v0.15.2-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.15.2) the sources. Following the commands you need to execute to setup tegonal scripts via [gget](https://github.com/tegonal/gget). @@ -51,7 +51,7 @@ gget remote add -r tegonal-scripts -u https://github.com/tegonal/scripts Now you can pull the scripts you want via: ```bash -export TEGONAL_SCRIPTS_VERSION="v0.15.1" +export TEGONAL_SCRIPTS_VERSION="v0.15.2" gget pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ... ``` @@ -61,7 +61,7 @@ Many of the scripts depend on further scripts located in `src/utility`. Therefore, for simplicity reasons, we recommend you pull `src/setup.sh` all files of `src/utility` in addition: ``` -export TEGONAL_SCRIPTS_VERSION="v0.15.1" +export TEGONAL_SCRIPTS_VERSION="v0.15.2" gget pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/setup.sh gget pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/utility/ ``` @@ -202,7 +202,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])" INFO: Version of update-version-README.sh is: -v0.16.0-SNAPSHOT +v0.15.2 ``` @@ -261,7 +261,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])" INFO: Version of update-version-scripts.sh is: -v0.16.0-SNAPSHOT +v0.15.2 ``` @@ -334,7 +334,7 @@ toggle-sections.sh -c main toggle-sections.sh -c release -f ./docs/index.md INFO: Version of toggle-sections.sh is: -v0.16.0-SNAPSHOT +v0.15.2 ``` @@ -389,7 +389,7 @@ sneak-peek-banner.sh -c hide sneak-peek-banner.sh -c show -f ./docs/index.md INFO: Version of sneak-peek-banner.sh is: -v0.16.0-SNAPSHOT +v0.15.2 ``` @@ -473,7 +473,7 @@ Parameters: --version prints the version of this script INFO: Version of release-files.sh is: -v0.16.0-SNAPSHOT +v0.15.2 ``` diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 257b46f3..190d4f14 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ################################### set -euo pipefail diff --git a/scripts/check-in-bug-template.sh b/scripts/check-in-bug-template.sh index dd80d688..81cd8403 100755 --- a/scripts/check-in-bug-template.sh +++ b/scripts/check-in-bug-template.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ################################### set -euo pipefail diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 7de1c8d4..0ce48733 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ################################### set -euo pipefail diff --git a/scripts/release.sh b/scripts/release.sh index 6e5379e3..2c7f5737 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ################################### set -euo pipefail diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index b5a46119..bde3565b 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ################################### set -euo pipefail diff --git a/scripts/update-docu.sh b/scripts/update-docu.sh index 4193bf2e..88ff3f4c 100755 --- a/scripts/update-docu.sh +++ b/scripts/update-docu.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ################################### set -euo pipefail diff --git a/src/qa/run-shellcheck.sh b/src/qa/run-shellcheck.sh index ec688c09..302ed918 100755 --- a/src/qa/run-shellcheck.sh +++ b/src/qa/run-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/qa/run-shellcheck.sh.sig b/src/qa/run-shellcheck.sh.sig index 7ce1b3b8..87cba18e 100644 Binary files a/src/qa/run-shellcheck.sh.sig and b/src/qa/run-shellcheck.sh.sig differ diff --git a/src/releasing/prepare-files-next-dev-cycle.sh b/src/releasing/prepare-files-next-dev-cycle.sh index b0c8333e..b0cf9310 100755 --- a/src/releasing/prepare-files-next-dev-cycle.sh +++ b/src/releasing/prepare-files-next-dev-cycle.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # @@ -50,7 +50,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.16.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.15.2' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/prepare-files-next-dev-cycle.sh.sig b/src/releasing/prepare-files-next-dev-cycle.sh.sig index 93633b12..d735be2c 100644 Binary files a/src/releasing/prepare-files-next-dev-cycle.sh.sig and b/src/releasing/prepare-files-next-dev-cycle.sh.sig differ diff --git a/src/releasing/release-files.sh b/src/releasing/release-files.sh index 9c9a9c7a..8fba18ee 100755 --- a/src/releasing/release-files.sh +++ b/src/releasing/release-files.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # @@ -60,7 +60,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.16.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.15.2' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/release-files.sh.sig b/src/releasing/release-files.sh.sig index 8ddd9270..3a6c3fa7 100644 Binary files a/src/releasing/release-files.sh.sig and b/src/releasing/release-files.sh.sig differ diff --git a/src/releasing/sneak-peek-banner.sh b/src/releasing/sneak-peek-banner.sh index f1510e30..f1ae23c9 100755 --- a/src/releasing/sneak-peek-banner.sh +++ b/src/releasing/sneak-peek-banner.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.16.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.15.2' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/sneak-peek-banner.sh.sig b/src/releasing/sneak-peek-banner.sh.sig index 426ae6fb..8fdc8758 100644 Binary files a/src/releasing/sneak-peek-banner.sh.sig and b/src/releasing/sneak-peek-banner.sh.sig differ diff --git a/src/releasing/toggle-sections.sh b/src/releasing/toggle-sections.sh index 5f8338db..ddbe166e 100755 --- a/src/releasing/toggle-sections.sh +++ b/src/releasing/toggle-sections.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # @@ -36,7 +36,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.16.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.15.2' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/toggle-sections.sh.sig b/src/releasing/toggle-sections.sh.sig index f441e9d8..e34a6e8d 100644 Binary files a/src/releasing/toggle-sections.sh.sig and b/src/releasing/toggle-sections.sh.sig differ diff --git a/src/releasing/update-version-README.sh b/src/releasing/update-version-README.sh index aa1af48e..b5945ecd 100755 --- a/src/releasing/update-version-README.sh +++ b/src/releasing/update-version-README.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.16.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.15.2' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-README.sh.sig b/src/releasing/update-version-README.sh.sig index 8303042b..d7dd32b3 100644 Binary files a/src/releasing/update-version-README.sh.sig and b/src/releasing/update-version-README.sh.sig differ diff --git a/src/releasing/update-version-scripts.sh b/src/releasing/update-version-scripts.sh index f81cc587..b509e645 100755 --- a/src/releasing/update-version-scripts.sh +++ b/src/releasing/update-version-scripts.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.16.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.15.2' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-scripts.sh.sig b/src/releasing/update-version-scripts.sh.sig index b4fce530..45ec80e8 100644 Binary files a/src/releasing/update-version-scripts.sh.sig and b/src/releasing/update-version-scripts.sh.sig differ diff --git a/src/setup.sh b/src/setup.sh index cc00f9ad..ec883fb6 100644 --- a/src/setup.sh +++ b/src/setup.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/setup.sh.sig b/src/setup.sh.sig index c1d454f8..67a4d1a1 100644 Binary files a/src/setup.sh.sig and b/src/setup.sh.sig differ diff --git a/src/utility/array-utils.sh b/src/utility/array-utils.sh index defd7336..7262e7c1 100644 --- a/src/utility/array-utils.sh +++ b/src/utility/array-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/array-utils.sh.sig b/src/utility/array-utils.sh.sig index bd6db98f..a7b73674 100644 Binary files a/src/utility/array-utils.sh.sig and b/src/utility/array-utils.sh.sig differ diff --git a/src/utility/ask.sh b/src/utility/ask.sh index ef9aa13d..d5b15754 100644 --- a/src/utility/ask.sh +++ b/src/utility/ask.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/ask.sh.sig b/src/utility/ask.sh.sig index d2954d0a..3e52f83b 100644 Binary files a/src/utility/ask.sh.sig and b/src/utility/ask.sh.sig differ diff --git a/src/utility/checks.sh b/src/utility/checks.sh index ee697dc9..5f005870 100644 --- a/src/utility/checks.sh +++ b/src/utility/checks.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/checks.sh.sig b/src/utility/checks.sh.sig index ea64c93d..c5bf26de 100644 Binary files a/src/utility/checks.sh.sig and b/src/utility/checks.sh.sig differ diff --git a/src/utility/git-utils.sh b/src/utility/git-utils.sh index 328a984f..5a26be72 100644 --- a/src/utility/git-utils.sh +++ b/src/utility/git-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please remotert bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/git-utils.sh.sig b/src/utility/git-utils.sh.sig index c5229dad..0059e448 100644 Binary files a/src/utility/git-utils.sh.sig and b/src/utility/git-utils.sh.sig differ diff --git a/src/utility/gpg-utils.sh b/src/utility/gpg-utils.sh index 320dee25..0fc66b45 100644 --- a/src/utility/gpg-utils.sh +++ b/src/utility/gpg-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/gpg-utils.sh.sig b/src/utility/gpg-utils.sh.sig index 5887eddb..0272dc5f 100644 Binary files a/src/utility/gpg-utils.sh.sig and b/src/utility/gpg-utils.sh.sig differ diff --git a/src/utility/io.sh b/src/utility/io.sh index aa733218..7d5f013c 100644 --- a/src/utility/io.sh +++ b/src/utility/io.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/io.sh.sig b/src/utility/io.sh.sig index b6c9a5a0..3a3b877b 100644 Binary files a/src/utility/io.sh.sig and b/src/utility/io.sh.sig differ diff --git a/src/utility/log.sh b/src/utility/log.sh index 4b3a6232..b3d1f434 100644 --- a/src/utility/log.sh +++ b/src/utility/log.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/log.sh.sig b/src/utility/log.sh.sig index e9bb1ded..f7fb5ef7 100644 Binary files a/src/utility/log.sh.sig and b/src/utility/log.sh.sig differ diff --git a/src/utility/parse-args.sh b/src/utility/parse-args.sh index af23efae..23e4fe0e 100644 --- a/src/utility/parse-args.sh +++ b/src/utility/parse-args.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/parse-args.sh.sig b/src/utility/parse-args.sh.sig index 73b6a667..a166c7fe 100644 Binary files a/src/utility/parse-args.sh.sig and b/src/utility/parse-args.sh.sig differ diff --git a/src/utility/parse-commands.sh b/src/utility/parse-commands.sh index fc52134d..5b483212 100644 --- a/src/utility/parse-commands.sh +++ b/src/utility/parse-commands.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/parse-commands.sh.sig b/src/utility/parse-commands.sh.sig index 14cb9f07..5df5d7f0 100644 Binary files a/src/utility/parse-commands.sh.sig and b/src/utility/parse-commands.sh.sig differ diff --git a/src/utility/parse-fn-args.sh b/src/utility/parse-fn-args.sh index f57c5685..d6a0b47f 100644 --- a/src/utility/parse-fn-args.sh +++ b/src/utility/parse-fn-args.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/parse-fn-args.sh.sig b/src/utility/parse-fn-args.sh.sig index da2a0c64..d3596b81 100644 Binary files a/src/utility/parse-fn-args.sh.sig and b/src/utility/parse-fn-args.sh.sig differ diff --git a/src/utility/parse-utils.sh b/src/utility/parse-utils.sh index 8c19755f..4d576a8c 100644 --- a/src/utility/parse-utils.sh +++ b/src/utility/parse-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/parse-utils.sh.sig b/src/utility/parse-utils.sh.sig index 3129f87b..aca15d2d 100644 Binary files a/src/utility/parse-utils.sh.sig and b/src/utility/parse-utils.sh.sig differ diff --git a/src/utility/recursive-declare-p.sh b/src/utility/recursive-declare-p.sh index ba56616f..d1d2d418 100644 --- a/src/utility/recursive-declare-p.sh +++ b/src/utility/recursive-declare-p.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/recursive-declare-p.sh.sig b/src/utility/recursive-declare-p.sh.sig index dd35b11c..f86a8da7 100644 Binary files a/src/utility/recursive-declare-p.sh.sig and b/src/utility/recursive-declare-p.sh.sig differ diff --git a/src/utility/replace-help-snippet.sh b/src/utility/replace-help-snippet.sh index 9fee9e46..ebeb73e0 100644 --- a/src/utility/replace-help-snippet.sh +++ b/src/utility/replace-help-snippet.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/replace-help-snippet.sh.sig b/src/utility/replace-help-snippet.sh.sig index 8cbb67ee..c4eb059d 100644 Binary files a/src/utility/replace-help-snippet.sh.sig and b/src/utility/replace-help-snippet.sh.sig differ diff --git a/src/utility/replace-snippet.sh b/src/utility/replace-snippet.sh index 7c700def..0fd88ebb 100644 --- a/src/utility/replace-snippet.sh +++ b/src/utility/replace-snippet.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/replace-snippet.sh.sig b/src/utility/replace-snippet.sh.sig index 987f17f3..c2bbbf5a 100644 Binary files a/src/utility/replace-snippet.sh.sig and b/src/utility/replace-snippet.sh.sig differ diff --git a/src/utility/source-once.sh b/src/utility/source-once.sh index c864eca2..312db4b1 100644 --- a/src/utility/source-once.sh +++ b/src/utility/source-once.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # ####### Description ############# # diff --git a/src/utility/source-once.sh.sig b/src/utility/source-once.sh.sig index 4dd41ac5..bff3489a 100644 Binary files a/src/utility/source-once.sh.sig and b/src/utility/source-once.sh.sig differ diff --git a/src/utility/update-bash-docu.sh b/src/utility/update-bash-docu.sh index d8735e2e..264f3a5b 100644 --- a/src/utility/update-bash-docu.sh +++ b/src/utility/update-bash-docu.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.16.0-SNAPSHOT +# Version: v0.15.2 # # ####### Description ############# diff --git a/src/utility/update-bash-docu.sh.sig b/src/utility/update-bash-docu.sh.sig index 5dd706f1..35245d91 100644 Binary files a/src/utility/update-bash-docu.sh.sig and b/src/utility/update-bash-docu.sh.sig differ