diff --git a/README.md b/README.md index 86276b1c..e5b1b39f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.13.3-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.13.3) + - + # 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.13.3](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.13.3-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.13.3) +[![Download](https://img.shields.io/badge/Download-v0.14.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.14.0) 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.13.3" +export TEGONAL_SCRIPTS_VERSION="v0.14.0" 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.13.3" +export TEGONAL_SCRIPTS_VERSION="v0.14.0" 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.14.0-SNAPSHOT +v0.14.0 ``` @@ -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.14.0-SNAPSHOT +v0.14.0 ``` @@ -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.14.0-SNAPSHOT +v0.14.0 ``` @@ -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.14.0-SNAPSHOT +v0.14.0 ``` @@ -468,7 +468,7 @@ Parameters: --version prints the version of this script INFO: Version of release-files.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index d25f5aa6..f751981e 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.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/check-in-bug-template.sh b/scripts/check-in-bug-template.sh index 83620984..73adf28e 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.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 4f5622a1..073cfff2 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.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/release.sh b/scripts/release.sh index a0b75d02..70dfc7b2 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.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index f8ee6edb..6a39e7cd 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.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/update-docu.sh b/scripts/update-docu.sh index f8ca3527..d9bacd00 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.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/src/qa/run-shellcheck.sh b/src/qa/run-shellcheck.sh index c409d743..810de92e 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/qa/run-shellcheck.sh.sig b/src/qa/run-shellcheck.sh.sig index 7ccaa965..bc48d00f 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 7e0d9dc8..3844da3d 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -50,7 +50,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.14.0' 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 d852434b..317c71d9 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 666c01b8..f796e1e5 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -60,7 +60,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.14.0' 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 1c1ba75e..c6e880ff 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 a739a278..9709e119 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.14.0' 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 40ebc52b..45d44170 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 b8cf5165..857fad22 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -36,7 +36,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.14.0' 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 7f561b5b..29d64693 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 af07a6a5..2dde0293 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.14.0' 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 ee163ae6..f8df3baa 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 9ad711e2..01d78582 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v0.14.0' 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 b42b0ec4..420bf093 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 506c2d0d..4d1a5e24 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/setup.sh.sig b/src/setup.sh.sig index 83dada24..0236a688 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 89bd6265..5e53d6a1 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/array-utils.sh.sig b/src/utility/array-utils.sh.sig index 0ef47a46..4da6bbf2 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 4f872fd9..f179ebe8 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/ask.sh.sig b/src/utility/ask.sh.sig index 91d64d8a..13245821 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 9fa30a04..5411b00e 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/checks.sh.sig b/src/utility/checks.sh.sig index d87a2672..601dd3f3 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 5ee1405d..9cf97ebc 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 report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/git-utils.sh.sig b/src/utility/git-utils.sh.sig index a6a9aa2d..449895df 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 adae42f6..4e078b16 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/gpg-utils.sh.sig b/src/utility/gpg-utils.sh.sig index 27ce9760..f9d1596e 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 7c7b4eeb..dff57fda 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/io.sh.sig b/src/utility/io.sh.sig index a90f5514..db71aea1 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 3dfb6b37..5adb20bb 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/log.sh.sig b/src/utility/log.sh.sig index 8dccfd92..10d285b2 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 e8879fee..303a2164 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/parse-args.sh.sig b/src/utility/parse-args.sh.sig index 01fe9e4c..477f557c 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 2c1d9410..ba53b5c9 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/parse-commands.sh.sig b/src/utility/parse-commands.sh.sig index 5509e99d..a037ea73 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 d9ae33fc..2b70c716 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/parse-fn-args.sh.sig b/src/utility/parse-fn-args.sh.sig index f7e70532..d0e0e0f4 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 67f3b990..95caf8e1 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/parse-utils.sh.sig b/src/utility/parse-utils.sh.sig index b7bd38d0..7a33478d 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 17aaae04..421b548e 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/recursive-declare-p.sh.sig b/src/utility/recursive-declare-p.sh.sig index 0e6a0679..357f75ed 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 702efd53..f6665c2b 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/replace-help-snippet.sh.sig b/src/utility/replace-help-snippet.sh.sig index 15464319..dcc5c6a9 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 2655ebff..358414e4 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/replace-snippet.sh.sig b/src/utility/replace-snippet.sh.sig index 97d8eb9a..0591b793 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 56c37df4..2fa5f984 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.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utility/source-once.sh.sig b/src/utility/source-once.sh.sig index 68ce03ed..f99dab9c 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 c8459308..601ce455 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.14.0-SNAPSHOT +# Version: v0.14.0 # # ####### Description ############# diff --git a/src/utility/update-bash-docu.sh.sig b/src/utility/update-bash-docu.sh.sig index 1bdc3b67..e2dfa4f5 100644 Binary files a/src/utility/update-bash-docu.sh.sig and b/src/utility/update-bash-docu.sh.sig differ